URL: {{ url }}
{% endif %} {% if view %}View function: {{ view }}
Line: #{{ err.line_num }}
{% endif %} {% if err %}Error: {{ err.msg }}
{% endif %} {% if err %}{{ err.block }}
{% endif %}
{% if from_file %} {% endif %}
You see this because debug is enabled:
application.settings['DEBUG'] = True
{% endif %}