{# page-suggestions y2k override — themed 404. NOTE: the builtin builds its "did you mean" list from a Postgres full-text query (SearchSimilarPages), which a codeless template cannot run — so this override renders the on-theme 404 console (title / message / requested path / home CTA) without the dynamic suggestion list. Recorded as a known deviation in WO-TF-015. Content fields honored: title, emptyMessage. #}

Error 404

{{ title|default:"Signal lost" }}

{{ emptyMessage|default:"That route returned nothing. The page moved, shipped, or never existed." }}

{% if context.path %}

requested: {{ context.path }}

{% endif %}