{% extends "layouts" ~ DIR ~ "default.twig" %} {% block content %} {% if posts.paginated is defined and posts.paginated is not empty %}
{{ "Posts in category “%s”" | translate | format(category | fix) }}
{% for post in posts.paginated %} {% include(["feathers" ~ DIR ~ post.feather ~ ".twig", "feathers" ~ DIR ~ "missing.twig"]) %} {% endfor %} {% if posts.prev_page() or posts.next_page() %} {% endif %} {% elseif reason is defined %}
{{ reason }}
{% endif %} {% endblock %}