<%- include_template("header-common") %> <%- include_template("sidebar") %>

모두의 코드
<%= file_info.title %>

<% if (file_info.publish_date) { %> 작성일 : <%= file_info.publish_date %> <% } %> <% if (view_cnt) { %> 이 글은 <%= view_cnt %> 번 읽혔습니다. <% } %>
<% if (!is_mobile) { %>
<% } %>
<%- include(content_url) %>
<% if (!is_mobile) { %> <% } else { %> <% } %>
<% if (num_comment > 0 ) { %> 댓글이 <%- num_comment %> 개 있습니다! <% } else { %> 첫 댓글을 달아주세요! <% } %>
<% if (user) { %>
<%= user.name %>
<% } else { %> 프로필 사진 없음 <% } %>
강좌에 관련 없이 궁금한 내용은 여기를 사용해주세요
    <%- comments %>