0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-12-15 21:33:52 +01:00
synapse/synapse/res/templates/room.txt

9 lines
216 B
Text

{{ 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 %}