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