blob: 6ef1fe03587c5dc6ae2e509e9e612e69933c22ef (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" href="/favicon.ico">
<link rel="stylesheet" href="/static/styles.css">
{{template "head" .}}
</head>
<body>
{{template "body" .}}
</body>
</html>
|