{% extends 'base.html' %} {% block title %}404: Not Found{% endblock %} {% block content %}
{{ error.__class__.__name__ }}
{{ error }}
{% endblock %}