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