{% extends "base.html" %} {% block title %}Notifications{% endblock %} {% block content %}

Notifications

{% if items %} {% else %}
No notifications.
{% endif %}
{% endblock %}