{% extends "public_base.html" %} {% block title %}{{ setting('site_404_title', _('Page not found')) }} — {{ site.name }}{% endblock %} {% block head %} {% endblock %} {% block content %}
{# What the page says is the product's voice, editable from the admin Appearance screen; empty settings fall back to the translated copy. #}

{{ setting('site_404_title', _('Page not found')) }}

{{ setting('site_404_text', _('The page you are looking for does not exist or has moved.')) }}

{{ setting('site_404_cta', _('Back to the home page')) }}
{% endblock %}