{{ i18n "page_not_found" }}
{{/* Suggest recently published pages to the user. */}}{{ i18n "404_recommendations" }}
{{ $query := where (where (where (where site.Pages.ByDate.Reverse "Title" "!=" "") "Kind" "in" (slice "page" "section")) "Params.private" "!=" true) "Permalink" "!=" "" }} {{ $count := len $query }} {{ if gt $count 0 }}{{ i18n "user_profile_latest" }}
-
{{ range first 10 $query }}
- {{ .Title }} {{ end }}