Template Compilation Error
{{error}}.
{% if template %}
In {{template}}{% if line %} on line {{line}}{% endif %}.
{% for error in validation-errors %}
{{error.line}}
{{error.tag}}
{% endfor %} {% endif %}