{{- define "title" -}} {{- T "pageNotFound" | printf "404 %v" -}} {{- if .Site.Params.withSiteTitle }} {{ .Site.Params.titleDelimiter }} {{ .Site.Title }}{{- end -}} {{- end -}} {{- define "content" -}}

{{- T "pageNotFoundText" -}}  {{- dict "Class" "fa-regular fa-hand-point-left fa-fw" | partial "plugin/icon.html" -}}

{{- end -}}