blob: 90fc9fc78199bc1e4ea677df1e40dc9a0e1c1479 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" type="text/css" href="/static/style.css">
<script src="/static/htmx.min.js"></script>
<title>{{block "title" .}}{{end}} - imgbrd</title>
</head>
<body>
{{block "nav" .}}{{end}}
{{block "content" .}}
{{end}}
</body>
</html>
|