<p>The page you requested doesn't seem to exist or has not been translated to your language yet. Check the URL for errors, or <ahref="{{ config.base_url }}">return to the homepage</a>.</p>
{# Iterate through each language and display the localised 404 message along with a "Go Home" link #}
{%- for language_name, language in config.languages -%}
{%- if language_name != config.default_language -%}