{{ define "main" }}

404

{{ i18n "notFound" }}

{{ i18n "notFoundMessage" }}

{{ i18n "noSearchResults" }}

{{ i18n "recentArticles" }}

{{ range first 5 (where .Site.RegularPages "Section" "articles") }} {{ end }}
{{ $homeLink := "/" }} {{ if eq .Lang "it" }} {{ $homeLink = "/it/" }} {{ end }} {{ i18n "goHome" }} {{ i18n "browseArticles" }} {{ i18n "contactSupport" }}

{{ i18n "easterEggTitle" }}

{{ end }}