{% extends "base.html" %} {% block title %}{{ super() }}—{{ error.name }}{% endblock title %} {% block content %}
{{ error.description }}