SandpointsTheme/layouts/print/baseof.html
2025-05-04 15:11:06 +02:00

16 lines
496 B
HTML

<!doctype html>
<html lang="{{ with .Site.LanguageCode }}{{ . }}{{- else -}}en-us{{- end -}}">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="/css/newsite.css" />
{{- partial "load_pagedjs.html" . -}}
<title>
{{ block "title" . }}{{ site.Title | default "Sandpoints in progress..."}}{{ end }}
</title>
</head>
<body>
{{- block "print" . -}}{{- end -}}
</body>
</html>