<%- include('common-meta') %> <% if (data.length> 0) { %> <% } %> <%- include('header') %>

<%= title %>

<%= description %>

<% data.forEach(item=> { %> <%= item.title %> <% }); %>
<%- include('pagination') %>
<% tags.forEach(item=> { %> <%= item.tag %> <% }); %>