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

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

    댓글을 불러오는 중입니다..