{{ 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 hugo.Environment "production" -}}
{{- else -}}
{{- end }}
{{ range .Page.Params.extra_js -}}