{% extends '_layout.swig' %} {% import '_macro/post-collapse.swig' as post_template %} {% import '_macro/sidebar.swig' as sidebar_template %} {% block title %}{{ __('title.tag') }}: {{ page.tag }} | {{ config.title }}{% endblock %} {% block content %} {#################} {### TAG BLOCK ###} {#################}
<{% if theme.seo %}h2{% else %}h1{% endif %}>{# #}{{ page.tag }}{# #}{{ __('title.tag') }}
{% for post in page.posts %} {{ post_template.render(post) }} {% endfor %}
{#####################} {### END TAG BLOCK ###} {#####################} {% include '_partials/pagination.swig' %} {% endblock %} {% block sidebar %} {{ sidebar_template.render(false) }} {% endblock %}