summary refs log tree commit diff
path: root/res/templates/room.txt
blob: 84648c710ece126f9a0e74ef5660b6232dc9daa7 (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 %}