{{ with .Params.robots -}} {{- end }} {{ partial "stylesheet" . }} {{ partial "favicons" . }} {{ range .Page.Params.extra_css }} {{ "" | safeHTML }} {{- end }}
{{ .Content }} {{ if ne .Page.Params.include_js false }} {{ if eq (getenv "HUGO_ENV") "production" }} {{ else }} {{ end }} {{ range .Page.Params.extra_js }} {{- end }} {{ end }}