{{ partial "layouts/head/head-js.html" . }} {{ with (templates.Defer (dict "key" "global")) }} {{ $t := debug.Timer "tailwindcss" }} {{ with resources.Get "css/styles.css" }} {{ $opts := dict "inlineImports" true "minify" (not hugo.IsDevelopment) }} {{ with . | css.TailwindCSS $opts }} {{ partial "helpers/linkcss.html" (dict "r" .) }} {{ end }} {{ end }} {{ $t.Stop }} {{ end }} {{ $noop := .WordCount }} {{ if .Page.Store.Get "hasMath" }} {{ end }} {{ partial "layouts/head/head.html" . }} {{ partial "layouts/hooks/body-start.html" . }} {{/* Layout. */}} {{ block "header" . }} {{ partial "layouts/header/header.html" . }} {{ end }} {{ block "subheader" . }} {{ end }} {{ block "hero" . }} {{ end }}
{{ partial "layouts/hooks/body-main-start.html" . }} {{ block "main" . }}{{ end }}
{{ block "rightsidebar" . }} {{ end }}
{{/* Common icons. */}} {{ partial "layouts/icons.html" . }} {{/* Common templates. */}} {{ partial "layouts/templates.html" . }} {{/* Footer. */}} {{ block "footer" . }} {{ partial "layouts/footer.html" . }} {{ end }} {{ partial "layouts/hooks/body-end.html" . }}