{% extends "_types/social/index.html" %} {% block title %}Notifications — Rose Ash{% endblock %} {% block social_content %}

Notifications

{% if not notifications %}

No notifications yet.

{% endif %}
{% for notif in notifications %} {% include "federation/_notification.html" %} {% endfor %}
{% endblock %}