mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-09 11:32:01 +01:00
7 lines
146 B
Text
7 lines
146 B
Text
|
{{ room.title }}
|
||
|
You've been invited, join at {{ room.link }}
|
||
|
|
||
|
{% for notif in room.notifs %}
|
||
|
{% include 'notif.txt' with context %}
|
||
|
{% endfor %}
|