{% extends "page.html" %} {% block subtitle %}{{ gettext('Error %(error_code)s', error_code=code) }}{% endblock %} {% block primary %}
{% if name %}

{{ code }} {{ name }}

{% endif %} {{ 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 breadcrumb %} {% endblock %} {% block flash %} {# eat the flash messages caused by the 404 #} {% set flash_messages = h.get_flashed_messages() %} {% endblock %} {% block secondary %}{% endblock %}