{{ _p('counter.tag_cloud', site.tags.length) }}
{{ _p('counter.categories', site.categories.length) }}
{{ list_categories() }}
{% extends '_layout.swig' %} {% import '_macro/sidebar.swig' as sidebar_template with context %} {% block title %} {%- set page_title_suffix = ' | ' + title %} {%- if page.type === 'categories' and not page.title %} {{- __('title.category') + page_title_suffix }} {%- elif page.type === 'tags' and not page.title %} {{- __('title.tag') + page_title_suffix }} {%- elif page.type === 'schedule' and not page.title %} {{- __('title.schedule') + page_title_suffix }} {%- else %} {{- page.title + page_title_suffix }} {%- endif %} {% endblock %} {% block class %}page posts-expand{% endblock %} {% block content %} {##################} {### PAGE BLOCK ###} {##################}