{% extends "page.html" %} {% load cachedfile %} {% block htmlhead %} {% endblock %} {% block content %}
{% if notifications %} {% else %} You have no notifications. {% endif %}
{% endblock %}