{% extends "layouts" ~ DIR ~ "default.twig" %} {% block content %} {% if reason is not defined %}{# Some modules define reason in error states #} {% if posts.paginated is not empty %}

{{ "Posts" | translate }}

{% endif %} {% set pages_list = theme.pages_list() %} {% if pages_list is not empty %}

{{ "Pages" | translate }}

{% endif %} {% if posts.paginated is empty and pages_list is empty %}
{{ "Nothing here yet!" | translate }}
{% endif %} {% else %}
{{ reason }}
{% endif %} {% endblock %}