<%- include( 'includes/head', { title: category.name, description: '❶❶✅ Đọc truyện tranh thể loại '+ category.name +' bản dịch Full mới nhất, ảnh đẹp chất lượng cao tại ' + process.env.DOMAIN, seo_image: process.env.DOMAIN + '/images/share.jpg', showAds: true } ); -%>
<%- include('includes/header') -%>
<%- include('includes/genres-block', { breadcrumb: { link: `/the-loai/${category.slug}.${category._id}`, name: category.name } }) -%>

<%= category.name %>

<%- include('includes/ads/block') -%>
<%= count %> kết quả
<% if (count) { %>
<%- include('includes/loop-content', { stories }) -%>
<% } else { %>
<% } %>
<%- include('includes/sidebar') -%>
<%- include('includes/footer') -%>
<%- include('includes/popup-session') -%>
<%- include('includes/script-core') -%>