summary refs log tree commit diff
path: root/res/templates/room.txt
blob: 999d0ae60ae34752a6cd6caff95bef366d7c753c (plain) (blame)
1
2
3
4
5
6
{{ room.title }}
You've been invited, join at {{ room.link }}

{% for notif in room.notifs %}
{% include 'notif.txt' with context %}
{% endfor %}