{# coffee page-suggestions — themed 404 helper. Suggestions (when the platform provides them) list {url|slug, title, excerpt}; otherwise a friendly hand-drawn "lost your way" panel with a route home. #}

Lost your way?

{{ title|default:"Were you looking for..." }}

{% if suggestions %} {% else %}

{{ emptyMessage|default:"That page has wandered off. Head back to the counter and start again." }}

{% endif %} Back home