{% extends "base.html" %} {% set active_page = "syntax-checker" %} {% set page_title = "Syntax Checker" %} {% block content %}
{{- parseError[0]|e }}
{{- parseError[1]|e }}
The "^" indicates the position where the error occurred.
{% else %}The syntax of this variant is OK!
{% endif %}