synapse-templates/room.txt

10 lines
256 B
Text
Raw Permalink Normal View History

2023-07-30 13:29:45 +02:00
{{ room.title }}
{%- if room.invite %}
Du wurdest in einen Raum eingeladen, betritt ihn mit folgendem Link: {{ room.link }}
{%- else %}
{%- for notif in room.notifs %}
{%- include 'notif.txt' with context %}
{%- endfor %}
{%- endif %}