summaryrefslogtreecommitdiff
path: root/tpls/master.tpl
blob: b6755989038a2401aae81ec44637c3d2a50579b1 (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>