{% extends 'base.html' %} {% block content %} Subject: {{notification.sub}}
Sent time: {{notification.sent_date}}
{% autoescape off %} {{notification.message}} {% endautoescape %}
{% endblock %}