{% extends "base.html" %} {% load gravatar document_tags humanize %} {% block body-id %}notifications-view{% endblock %} {% block content %} Notifications {% include "notifications/notifications.html" %} {% endblock %}