{{ .Scratch.Set "site" ( T ( $.Param "section_site_name" ) ) -}} {{ if not ( .Scratch.Get "title" ) -}} {{ .Scratch.Set "title" .Title -}} {{ end }} {{ .Scratch.Set "title_page" (printf "%s - %s" ( .Scratch.Get "title" ) ( .Scratch.Get "site" ) ) -}} {{ .Scratch.Set "title_social" ( .Scratch.Get "title" ) -}} {{ if or (eq .IsHome true) (eq .Params.section_root true) -}} {{ .Scratch.Set "title_social" ( .Scratch.Get "site" ) -}} {{ .Scratch.Set "title_page" ( .Scratch.Get "site" ) -}} {{ end -}} {{ .Scratch.Get "title_page" }} {{ if .Params.robots_tag }}{{ end }} {{ if isset .Params "cover_image" }} {{ else }} {{ end }} {{ if isset .Params "cover_image" }} {{ else }} {{ end }} {{ range .AlternativeOutputFormats -}} {{ printf `` .Rel .MediaType.Type .Permalink (T ( $.Param "section_site_name" )) | safeHTML }} {{ end }} {{ if .IsTranslated }}{{ range .Translations }}{{ if or ( eq .IsHome false ) ( in $.Site.Data.translatedindex .Language.Lang ) -}} {{- end }}{{ end }}{{ end }} {{ partial "scss" "assets/css/base.scss" }} {{ if not ( and ( isset .Params "no_analytics" ) ( eq .Params.no_analytics true ) ) }} {{ end }}