{% extends 'includes/layout.swig' %} {% import "includes/paginator.swig" as P %} {% import "includes/tags.swig" as T %} {% block body %}

{{page.tag}}

{% if site.data.theme.topic_rss and site.data.theme.topic_rss.tag %} {% set tag_rss = site.data.theme.topic_rss.tag %} {% if tag_rss.name_lowercase %} {% set rss_name = page.tag.toLowerCase() %} {% else %} {% set rss_name = page.tag %} {% endif %}
{% if tag_rss.atom_suffix %} Feed (Atom) {% endif %} {% if tag_rss.rss_suffix %} Feed (RSS) {% endif %}
{% endif %}
{{ P.Paginiation() }}
{% endblock %}