home to your local SPACEGIRL 馃挮
arimelody.space
1<!DOCTYPE html>
2<html lang="en">
3
4 <head>
5 <meta http-equiv="content-type" content="text/html; charset=UTF-8">
6 <meta charset="UTF-8">
7 <meta http-equiv="X-UA-Compatible" content="IE=edge">
8 <meta name="viewport" content="width=device-width, initial-scale=1.0">
9
10 {{block "head" .}}{{end}}
11
12 <script type="module", src="/script/main.js"></script>
13 </head>
14
15 <body>
16 {{template "header"}}
17
18 {{block "content" .}}
19 <main>
20 <h1>
21 # hello, world!
22 </h1>
23 <p>
24 this is a default page!
25 </p>
26 </main>
27 {{end}}
28
29 {{template "footer"}}
30 <div id="overlay"></div>
31 {{template "prideflag"}}
32 </body>
33
34</html>