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.

15 lines
254 B
HTML

2 years ago
<!DOCTYPE html>
<html>
6 months ago
{{partial "head" .}}
1 year ago
6 months ago
<body>
{{partial "spritesheet" .}} {{partial "header" .}}
<main>
{{ if .Content}}
<article>{{.Content}}</article>
1 year ago
{{end}}
6 months ago
</main>
{{partial "footer" .}}
</body>
2 years ago
</html>