Examples:

{% for section_type, sub_section in examples %} {% if section_type == "markdown" %} {{ sub_section|convert_markdown }} {% elif section_type == "examples" %} {{ sub_section|highlight(language="python", line_nums=False) }} {% endif %} {% endfor %}