{{ if .Site.Author.name }} {{ end }} {{ if .Description }} {{ end }} {{ if or .Keywords .Params.tags .Params.categories }} {{ end }} {{ template "_internal/opengraph.html" . }} {{ template "_internal/twitter_cards.html" . }} {{ if and (and .Title .Site.Title) (or (not (eq .Title .Site.Title)) (not .IsHome)) }} {{ .Title | markdownify | plainify | htmlUnescape }} · {{ .Site.Title | markdownify | plainify | htmlUnescape }} {{ else if .Title }} {{ .Title | markdownify | plainify | htmlUnescape }} {{ else if .Site.Title }} {{ .Site.Title | markdownify | plainify | htmlUnescape }} {{ end }} {{ range .AlternativeOutputFormats }} {{ end }} {{ if templates.Exists "partials/head.html" }} {{ partial "head" . }} {{ end }}
{{ if .Site.Menus.main }}
{{ end }}
{{ block "main" . }}{{ end }}
{{ if .Site.Copyright }} {{ end }}
{{ if .Site.GoogleAnalytics }} {{ template "_internal/google_analytics.html" . }} {{ end }} {{ if templates.Exists "partials/body.html" }} {{ partial "body" . }} {{ end }}