%- include('common-meta') %>
<% if (data.length> 0) { %> <% } %>
<%- include('header') %>
<%= title %>
<% categories.forEach(item=> { %>
<%= item[lang] %>
<% }); %>
<%= translate.more[lang] %>>>>
<% data.forEach(item=> { %>
<%= item.title %>
<% }); %>
<%- include('pagination') %>