{{ hugo.Generator }}
{{ block "title" . }}{{ .Title }} | {{ .Site.Title }}{{ end }}
{{ with .Description }}
{{ end }} {{ $default_noindex_kinds := slice "section" "taxonomy" "taxonomyTerm" }} {{ $noindex_kinds := .Site.Params.noindex_kinds | default $default_noindex_kinds }} {{ $is_noindex_true := and (isset .Params "noindex") .Params.noindex }} {{ if or (in $noindex_kinds .Kind) ($is_noindex_true) }}
{{ end }} {{ partial "meta/name-author" . }} {{ template "_internal/opengraph.html" . }} {{ partial "meta/ogimage" . }} {{ if .IsHome }} {{ partial "site-verification" . }} {{ end }} {{ with .OutputFormats.Get "RSS" }}
{{ end }}
{{ if (isset .Params "prev") }}
{{ end }} {{ if (isset .Params "next") }}
{{ end }}
{{ block "header" . }}{{ end }}
{{ block "main" . }}{{ end }}