2020-11-29 01:28:30 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
|
|
|
<html lang="{{ with .Site.LanguageCode }}{{ . }}{{ else }}en-us{{ end }}">
|
2020-12-15 02:09:00 +01:00
|
|
|
<head>
|
2021-09-09 18:10:58 +02:00
|
|
|
{{- partial "head.html" . -}}
|
2020-12-15 02:09:00 +01:00
|
|
|
<title>{{- .Title }} - {{ .Site.Title -}}</title>
|
|
|
|
{{- partialCached "sandpointjs.html" . .RelPermalink -}}
|
|
|
|
</head>
|
|
|
|
<body>
|
2021-07-24 23:48:57 +02:00
|
|
|
{{- block "singlebody" . }}{{- end -}}
|
2020-12-15 02:09:00 +01:00
|
|
|
{{- partialCached "footer.html" . -}}
|
|
|
|
</body>
|
2020-11-29 01:28:30 +01:00
|
|
|
</html>
|