This repository has been archived on 2022-01-14. You can view files and clone it, but cannot push or open issues/pull-requests.
|
<!DOCTYPE html>
|
|
<html>
|
|
{{- partial "head.html" . }}
|
|
{{ partial "head-custom.html" . -}}
|
|
<body>
|
|
<header>{{ partial "header.html" . }}</header>
|
|
<div id="content">
|
|
{{- block "main" . }}{{- end }}
|
|
</div>
|
|
<footer>{{ partial "footer.html" . -}}</footer>
|
|
</body>
|
|
</html>
|