summaryrefslogtreecommitdiff
path: root/tpls/master.tpl
blob: 4e2b90f70153bf169a695faf46e6f27068e54f85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<html>
<head>
	<title>{{template "title" .}} – mailremind</title>
</head>
<body>
	<h1>{{template "title" .}}</h1>
	
	<div class="content">
		{{template "content" .}}
	</div>
</body>
</html>