{% set lang = config.theme.language or 'en' %} {% extends "main.html" %} {% block content %}
{{ config.extra.t[lang]['404_message'] or 'The pathway you were looking for seems to have scattered through the quantum foam.' }}