{% extends "base.html" %} {% block title %}Error – {{ type }}{% end %} {% block content %} {% if traceback %}

Traceback (most recent call last)

{% for line in traceback %}{{ line }}
  {% end %}
{% end %}{% end %}