{% extends '_layout.swig' %} {% import '_macro/post-collapse.swig' as post_template with context %} {% import '_macro/sidebar.swig' as sidebar_template with context %} {% block title %}{{ __('title.category') }}: {{ page.category }} | {{ title }}{% endblock %} {% block class %}category{% endblock %} {% block content %} {######################} {### CATEGORY BLOCK ###} {######################}

{{- page.category }} {{ __('title.category') }}

{{ post_template.render(page.posts) }}
{##########################} {### END CATEGORY BLOCK ###} {##########################} {% include '_partials/pagination.swig' %} {% endblock %} {% block sidebar %} {{ sidebar_template.render(false) }} {% endblock %}