aboutsummaryrefslogtreecommitdiff
path: root/templates/def_template.html
blob: 0916ce4c7123276375af03cbd72b272d2c0ffb75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!doctype html>
<html>
	<head>
		<title>%title%</title>
	</head>
	<body>
		<div class="content">
			%content%
		</div>
		<p><small>Page created on %date%</small></p>
	</body>
</html>