{% set lang = config.theme.language or 'en' %} {% extends "main.html" %} {% block content %}
404

{{ config.extra.t[lang]['404_title'] or 'Signal Lost' }}

{{ config.extra.t[lang]['404_message'] or 'The pathway you were looking for seems to have scattered through the quantum foam.' }}

{% endblock %}