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