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