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