{% endif %}
{% for post in posts.paginated %}
{% include "feathers/" ~ post.feather ~ ".twig" %}
{% endfor %}
{% endif %}
{% if not archives and not posts.paginated %} {# No results #}
${ "No Posts" | translate }
${ "There aren't any posts in the timeframe you specified." | translate }