blob: 5d5a8442f9fa862349f6dd6ae9f548f55c13968c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
Hi {{ user_display_name }},
{{ summary_text|replace("%app%", "Matrix") }}
{% for room in rooms %}
{% include 'room.txt' with context %}
{% endfor %}
You can disable these notifications at {{ unsubscribe_link }}
|