Skip to content
Snippets Groups Projects
Commit 19d6b6cd authored by David Baker's avatar David Baker
Browse files

Add WIP email template files

parent c10ed26c
No related branches found
No related tags found
No related merge requests found
<!doctype html>
<html lang="en">
<body>
<h1>{{ summaryText }}</h1>
<div class="content">
{% for room in rooms %}
{% include 'room.html' with context %}
{% endfor %}
</div>
<div class="footer">
<a href="{{ unsubscribe_link }}">Unsubscribe</a>
</div>
</body>
</html>
<div class="room">
<h2>{{ room.title }}</h2>
<div>
Things have happened in this room
</div>
</div>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment