{% extends "base.html" %} {# error.html — a themed human error/absence page. The machine surface returns a structured error envelope (§6); this is the HTML rendering of the same miss. #} {% block title %}not found — {{ station.name }}{% endblock %} {% block content %}

Not resolved

{{ message }}

{% if address %}

{{ address }}

{% endif %}

Return to the catalog

{% endblock %}