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

2 years ago
<!DOCTYPE html>
<html>
5 months ago
{{partial "head" .}}
1 year ago
5 months ago
<body>
<main>
{{partial "header" .}}
{{partial "side1" .}}
<section id="content">
{{.Content}}
</section>
{{partial "side2" .}}
5 months ago
{{partial "footer" .}}
</main>
{{partial "spritesheet" .}}
5 months ago
</body>
2 years ago
</html>