{% extends 'base.html' %} {% block title %}{{ http_error.status_code }} {{ http_error.name }} – {{ block.super }}{% endblock %} {% block content %}

{{ http_error.name }}

{{ http_error.description }}

{% endblock %}