summaryrefslogtreecommitdiff
path: root/tpls/master.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'tpls/master.tpl')
-rw-r--r--tpls/master.tpl12
1 files changed, 12 insertions, 0 deletions
diff --git a/tpls/master.tpl b/tpls/master.tpl
new file mode 100644
index 0000000..b675598
--- /dev/null
+++ b/tpls/master.tpl
@@ -0,0 +1,12 @@
+<html>
+<head>
+ <title>{{template "title"}} – mailremind</title>
+</head>
+<body>
+ <h1>{{template "title"}}</h1>
+
+ <div class="content">
+ {{template "content" .}}
+ </div>
+</body>
+</html> \ No newline at end of file