{% extends "base.html" %} {% block title %}{{ _("Error %(code)s", code=code) }} | {{ super() }}{% endblock %} {% block content %}
{% endif %}
{% elif code == 404 %}
{{ _("Page not found.") }}
{{ _("Please check the address or tell us where you clicked.") }}
{% endif %}