Template Syntax Error



{% if url %}

URL: {{ url }}

{% endif %} {% if view %}

View function: {{ view }}

{% endif %} {% if err %}

Line: #{{ err.line_num }}

{% endif %} {% if err %}

Error: {{ err.msg }}

{% endif %} {% if err %} {{ err.block }} {% endif %} {% if from_file %}
{{ template }}
{% endif %}
{% if err %}

You see this because debug is enabled:

application.settings['DEBUG'] = True

{% endif %}
[_] shot