{% for step in section.steps %}
{% endfor %}
{% endif %}
{{ loop.index }} {{ step.title }}
{{ step.content|safe }}
{% if step.code %}
{% endif %}
{% if step.screenshot %}
{% endif %}
{% if step.tips %}
{% endif %}
Configuration:
{{ step.code }}
Tips:
-
{% for tip in step.tips %}
- {{ tip }} {% endfor %}