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