synapse-templates/room.html

9 lines
256 B
HTML

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