<%= hTitle %>
<%= hDesc %>
<%= filterTitle %>
<%= listHeading %>
총 <%= pagination.totalCount %>건
<% if (!lectures.length) { %>
등록된 항목이 없습니다.
<% } else { %>
<%- include('partials/lecture-cards') %>
<% if (pagination.hasNext) { %>
<% } %>
<% } %>