{% set t = config.extra.t %} {% set lang = 'en' %} {% extends "main.html" %} {% block content %}
404

{{ t['404_title'] or 'Signal Lost' }}

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

{% endblock %}