Skip to content
Snippets Groups Projects
404.html 191 B
Newer Older
alexisben's avatar
alexisben committed
{{ define "main" }}
  {{ $error_message := i18n "page_not_found" }}
  {{ partial "header/hero.html"
        (dict
          "title" $error_message
          "context" .
        )}}
{{ end }}