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