{% extends "base.html" %} {% block app_content %} {% if none_archived == false %}

{{ _('Your Archived Posts') }}

{% endif %}
{% for archive in archived %} {% include '_archive.html' %} {% endfor %}
{% endblock %}