diff --git a/res/templates/notif.html b/res/templates/notif.html
new file mode 100644
index 0000000000..648ff034b3
--- /dev/null
+++ b/res/templates/notif.html
@@ -0,0 +1,14 @@
+
+
+
+ {{ summaryText }}
+
+ {% for room in rooms %}
+ {% include 'room.html' with context %}
+ {% endfor %}
+
+
+
+
diff --git a/res/templates/room.html b/res/templates/room.html
new file mode 100644
index 0000000000..ef36b4ee58
--- /dev/null
+++ b/res/templates/room.html
@@ -0,0 +1,6 @@
+
+
{{ room.title }}
+
+ Things have happened in this room
+
+