<!DOCTYPE html>
<html>
{{- partial "head.html" . }}
{{ partial "head-custom.html" . -}}

<body>
  <header>{{ partial "header.html" . }}</header>
  <div id="content">
    {{- block "main" . }}{{- end }}

    {{ partial "docscomments.html" . }}
  </div>

  <footer>{{ partial "footer.html" . -}}</footer>
  {{- $newtabjs := resources.Get "/js/new-tabs.js" | js.Build "/js/new-tabs.js" | minify | fingerprint }}
  <script src="{{ $newtabjs.Permalink }}"></script>
</body>

</html>