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