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

{{page.category}}

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