{% autoescape off %}
  {{ filename }}{% if lineno %}:{{ lineno }}{% endif %}:{% if function %}in `{{ function }}'{% endif %}{% if context_line %}
    {{ context_line.strip }}{% endif %}
{% endautoescape %}
