{% extends "_page.html" %} {%- block page_layout -%}no-sidebar{%- endblock %} {# eat the flash messages caused by the 404 #} {%- do h.get_flashed_messages() -%} {%- block subtitle -%} {{ ui.subtitle_item(gettext('Error %(error_code)s', error_code=code)) }} {{- super() }} {%- endblock %} {%- block primary_content_inner %} {{ ui.heading(title=code ~ " " ~ name, level=1) }}
{{ content }}
{%- block login_redirect %} {%- if show_login_redirect_link %} {%- call ui.util.call(ui.text) -%} {{ _("You might need to login to access this page.") }} {{ ui.link(_("Click here to login"), href=h.url_for('user.login')) }} {%- endcall %} {%- endif %} {%- endblock %}