1
0
Fork 0
mirror of https://github.com/element-hq/synapse.git synced 2025-03-09 09:26:50 +00:00
synapse/res/templates/room.txt
2016-04-29 13:56:21 +01:00

6 lines
146 B
Text

{{ room.title }}
You've been invited, join at {{ room.link }}
{% for notif in room.notifs %}
{% include 'notif.txt' with context %}
{% endfor %}