forked-synapse/res/templates-dinsic/room.txt
2018-01-22 19:55:27 +01:00

10 lines
210 B
Plaintext

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