{% extends 'base.html' %} {% block content %} {% for notif in notifs %} {{ notif.message }}<br> {% endfor %} {% endblock content %}