You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
296 B
HTML

<!DOCTYPE html>
<html>
{{partial "head" .}}
<body>
<main>
{{partial "header" .}}
{{partial "side1" .}}
<section id="content">
{{.Content}}
</section>
{{partial "side2" .}}
{{partial "footer" .}}
</main>
{{partial "spritesheet" .}}
</body>
</html>