<%= __('categories.title') %>
<%= __('categories.count_prefix') %>
<%= site.categories.length %>
<%= __('categories.count_suffix') %>
<% if (site.categories.length > 0) { %>
<% site.categories.sort('name').each(function(category) { %>
folder
<%= category.name %>
<% if (category.description) { %>
<%= category.description %>
<% } %>
<%= category.posts.length %> <%= __('categories.articles') %>
chevron_right
<% }); %>
<% } %> <% if (!site.categories || site.categories.length === 0) { %>
category
<%= __('categories.empty') %>
<%= __('categories.empty_desc') %>
<% } %>