forked from MirrorHub/synapse
1519572961
move the example email templates into the synapse package so that they can be used as package data, which should mean that all of the packaging mechanisms (pip, docker, debian, arch, etc) should now come with the example templates. In order to grandfather in people who relied on the templates being in the old place, check for that situation and fall back to using the defaults if the templates directory does not exist.
10 lines
188 B
Text
10 lines
188 B
Text
Hi {{ user_display_name }},
|
|
|
|
{{ summary_text }}
|
|
|
|
{% for room in rooms %}
|
|
{% include 'room.txt' with context %}
|
|
{% endfor %}
|
|
|
|
You can disable these notifications at {{ unsubscribe_link }}
|
|
|