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