{% extends "../frames/__account.html" %}
{% load static %}
{% block docTitle %}Notifications{% endblock docTitle %}
{% block navTitle %}Notifications{% endblock navTitle %}
{% block activeNotifications %}active{% endblock activeNotifications %}
{% block headLinks %}{% endblock headLinks %}
{% block contents %}{% endblock contents %}
{% block scripts %}{% endblock scripts %}