{{- partialCached "page-meta.hugo" . .RelPermalink }} {{- $outputFormat := partial "output-format.hugo" . }} {{- partial "meta.html" . }} {{- .Scratch.Add "title" "" }} {{- $title := .Title }} {{- if eq .Site.Data.titles .Title }} {{- $title = (index .Site.Data.titles .Title).title }} {{- end }} {{- if and $title .Site.Title (not (eq $title .Site.Title)) }} {{- $title = printf "%s %s %s" $title (default "::" .Site.Params.titleSeparator) .Site.Title }} {{- end }} {{ $title }} {{- partialCached "favicon.html" . }} {{- partialCached "stylesheet.html" (dict "page" . "outputFormat" $outputFormat) $outputFormat }} {{- partial "custom-header.html" . }}

4{{ partial "shortcodes/icon.html" (dict "context" . "icon" "far fa-frown" )}}4

{{ T "title-404" }}

{{ T "message-404" }}

{{ T "Go-to-homepage" }}