40d40e470d ^
c64d5fc66c ^
1
2
3 4 5 6 7 8 9
{{ room.title }} {% if room.invite %} You've been invited, join at {{ room.link }} {% else %} {% for notif in room.notifs %} {% include 'notif.txt' with context %} {% endfor %} {% endif %}