{% extends "base.html" %}
{% block title %}
{% include 'notifications-ajax-title.html' %}
{% endblock %}
{% block heading %}
{% include 'notifications-ajax-heading.html' %}
{% endblock %}
{% block body %}
{% include 'notifications-ajax-body.html' %}
{% endblock %}