10 lines
216 B
Plaintext
Raw Normal View History

{{ room.title }}
{%- if room.invite %}
2016-05-05 01:59:20 +01:00
You've been invited, join at {{ room.link }}
{%- else %}
{%- for notif in room.notifs %}
{%- include 'notif.txt' with context %}
{%- endfor %}
{%- endif %}