{% extends 'base.html' %} {% block title %}Error {{ error_code }}{% endblock %} {% block content %}

Something went wrong ...

{% endblock %} {# Don't include the footer on the error page, because the context is missing to show the version and indexed timestamp #} {% block footer %}{% endblock %}