{{ define "main" }}

404

{{ i18n "notFound" }}

{{ i18n "notFoundMessage" }}

{{ i18n "noSearchResults" }}

{{ i18n "recentArticles" }}

{{ range first 5 (where .Site.RegularPages "Section" "articles") }} {{ end }}
{{ partial "tag-cloud.html" (dict "page" . "showCount" true "wrapInWidget" false "headingLevel" "h3") }}

{{ i18n "easterEggTitle" }}

{{ end }}