<% page.comments = false; %>
'> <% if (site.posts && site.posts.length > 0) { %> <% if (page.layout == 'tag') { %>

<%- page.title %>

<% theme.widget.forEach(function(item){ %> <% if (item.class == 'tagcloud'){ %> <%- tagcloud(site.tags, { min_font: item.min_font, max_font: item.max_font, color: item.color, start_color: item.start_color, end_color: item.end_color, }) %> <% } %> <% }) %>

<%- page.content %>
<% } else { %> <%- partial('_partial/archive') %> <% } %> <% } %>
<%- partial('_partial/side') %> <%- partial('_partial/footer', null, {cache: !config.relative_link}) %>