{% extends "base.html" %} {% load static %} {% load i18n %} {% block title %}{% trans "404 Error" %}{% endblock %} {% block extra_head %} {% endblock %} {% block content %}
{{ request_path }}
{{ exception }}