synapse/res/templates/room.txt
Matthew Hodgson c64d5fc66c fix room.txt
2016-05-05 02:00:33 +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 %}