summary refs log tree commit diff
path: root/synapse/res/templates/room.txt
blob: df841e9e6f0034bedabec13751d7475d1126a78b (plain) (blame)
1
2
3
4
5
6
7
8
9
{{ 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 %}