{% import "macros.html" as macros %} {% extends "root.html" %} {% block head %} Notifications - {{ config.name }} {% endblock %} {% block body %} {{ macros::nav(selected="notifications") }}
{% for notification in notifications %} {{ components::notification(notification=notification) }} {% endfor %}
{% endblock %}