{% set sidx = loop.index0 %} {% set schema = step.config_schema | default({}) %}
{% if step.content_md %}
{{ step.content_md | safe }}
{% endif %}
◆ Knowledge Check
{% if schema.question %}

{{ schema.question }}

{% for opt in schema.options | default([]) %} {% endfor %}
{% else %}

Reflect on what you've learned, then continue.

{% endif %}