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.

20 lines
365 B
HTML

<!DOCTYPE html>
<html>
<head>{{ partial "head" .}}</head>
<body style="background-image:url({{.Params.background}})">
{{ partial "header" .}}
<main>
<article>
{{ .Content}}
{{ range .Pages }}
{{partial "item" .}}
{{ end }}
</article>
</main>
{{ partial "footer" .}}
</body>
</html>