{% extends "page.html" %} {% block subtitle -%} {{ ui.subtitle_item(gettext('Error %(error_code)s', error_code=code)) }} {{- super() }} {%- endblock %} {% block breadcrumb -%}{% endblock %} {% block flash %} {# eat the flash messages caused by the 404 #} {% set flash_messages = h.get_flashed_messages() %} {% endblock %} {% block primary %}
{{ ui.heading(code ~ " " ~ name, level=1) if name}} {{ content}}
{% block login_redirect %} {% if show_login_redirect_link %}
{{ _("You might need to login to access this page.") }} {{ _("Click here to login") }}
{% endif %} {% endblock %}
{% endblock %} {% block secondary %}{% endblock %}