You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
485 B
HTML
19 lines
485 B
HTML
{{ $page := . }}
|
|
|
|
<head>
|
|
{{ if templates.Exists "partials/paige/head-first.html" }}
|
|
{{ partial "paige/head-first.html" $page }}
|
|
{{ end }}
|
|
|
|
{{ partial "paige/metas.html" $page }}
|
|
|
|
<title>{{ partial "paige/func-title.html" $page }}</title>
|
|
|
|
{{ partial "paige/links.html" $page }}
|
|
{{ partial "paige/style.html" $page }}
|
|
|
|
{{ if templates.Exists "partials/paige/head-last.html" }}
|
|
{{ partial "paige/head-last.html" $page }}
|
|
{{ end }}
|
|
</head>
|