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