aboutsummaryrefslogtreecommitdiff
path: root/tmpl/index.tmpl
blob: 92ce9a7d62069b35e523bf10de3940e610b682ff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{{ define "index" }}
<!DOCTYPE html>
<html>
<head>
<title>
Title
</title>
</head>
<body>
<p>
Paragraph
</p>
</body>
</html>
{{ end }}