{% extends "layouts" ~ DIR ~ "default.twig" %} {% block content %} {% if reason is not defined %}{# Some modules define reason in error states #} {% for post in posts.paginated %} {% include(["feathers" ~ DIR ~ post.feather ~ ".twig", "feathers" ~ DIR ~ "missing.twig"]) %} {% else %}
{{ "Nothing here yet!" | translate }}
{% endfor %} {% else %}
{{ reason }}
{% endif %} {% endblock %}