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

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

{{- end -}}