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