forked from gergely/calendar-social
8 lines
130 B
HTML
8 lines
130 B
HTML
{% extends 'base.html' %}
|
|
|
|
{% block content %}
|
|
{% for notif in notifs %}
|
|
{{ notif.html }}<br>
|
|
{% endfor %}
|
|
{% endblock content %}
|