<!DOCTYPE html>
<html>
    {{- partial "head.html" . -}}
    <body class="bg-near-white sans-serif"
         style="background:url('{{ .Site.Params.coverImage | absURL }}') fixed;">
        {{- partial "header.html" . -}}

        <div id="content" class="fl w-75-ns bg-black-10">
        {{- block "main" . }}{{- end }}
        </div>

        {{- partial "footer.html" . -}}

        {{- block "footerfiles" . }}{{- end }}
    </body>
</html>