{{ error_404_page:title ?? {'404 page not found' | trans } }}

{{ if error_404_page:content }} {{ error_404_page:content }}
{{ if {partial:exists src="components/organisms/content/{type}" } }} {{ partial src="components/organisms/content/{type}" }} {{ else }} {{ partial:components/molecules/blocks/container classes="my-5 md:my-10 lg:my-20" }} {{ partial:components/molecules/content/{type} }} {{/partial:components/molecules/blocks/container }} {{ /if }}
{{ /error_404_page:content }} {{ else }}

{{ 'We could not find the page you are looking for. Try to look in the navigation for possible pages or click on the following link to retun to the homepage' | trans }}

{{ 'Return to home' | trans }}
{{ /if }}