{% extends "public/base.html" %} {% load staticfiles %} {% block title %}View Notification{% endblock title %} {% block page_title %}View Notification{% endblock page_title %} {% block content %}

View Notification

{{ notif.timestamp }} {{ notif.title }}
{{ notif.message }}
{% endblock %}