{{ define "main" }}

{{ T "notFound.title" }}

{{ T "notFound.subtitle" }}

{{- $query := first 1 (where .Site.Pages "Layout" "==" "search") -}} {{- $searchPage := index $query 0 -}} {{- with $searchPage -}}

{{- $opts := dict "minify" hugo.IsProduction "JSXFactory" "createElement" -}} {{- $searchScript := resources.Get "ts/search.tsx" | js.Build $opts -}} {{- end -}} {{ partialCached "footer/footer" . }} {{ end }}