{% extends "layouts" ~ DIR ~ "default.twig" %} {% block content %}
{{ "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 %} {% endblock %}