{% extends "templates/html/layouts/base.html" %} {%block subtitle %}: Archives{% endblock %} {% block content %}
{% for group in groups %}

{{group.group}}

{% endfor %}
{% endblock %}