summaryrefslogtreecommitdiff
path: root/tpls/master.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'tpls/master.tpl')
-rw-r--r--tpls/master.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tpls/master.tpl b/tpls/master.tpl
index b675598..4e2b90f 100644
--- a/tpls/master.tpl
+++ b/tpls/master.tpl
@@ -1,9 +1,9 @@
<html>
<head>
- <title>{{template "title"}} – mailremind</title>
+ <title>{{template "title" .}} – mailremind</title>
</head>
<body>
- <h1>{{template "title"}}</h1>
+ <h1>{{template "title" .}}</h1>
<div class="content">
{{template "content" .}}