<%- include('common-meta') %> <%- include('header') %>
<% data.forEach(item=> { %> <%= item.title %> <% }); %>
<%- include('pagination') %>