{% extends "auth.html" %} {% block full_width_content %}
{{ intro|commonmark }}
{% endif %} {# Plain text content #} {% for subsection in subsections %}{{ subsection.text|commonmark }}
{% endfor %} {# Per-level content, has different structure #} {% for level in levels %}{{ mistake_section.example.error_text|commonmark }}
{{ mistake_section.example.error_code }}
{{ mistake_section.example.solution_text|commonmark }}
{{ mistake_section.example.solution_code }}
{{ mistake_section.text|commonmark }}
{% if mistake_section.code %}{{ mistake_section.code }}