{{label['introduction']}}
{{guide['introduction_rendered'] | cleanup_rendered_content | safe}}
-
{% if step['media']['data'] | length == 0 %}{% elif step['media']['type'] == 'video' %}{% include 'guide-step-lines-container.html' %}{% elif step['media']['type'] == 'embed' %}{% include 'guide-step-lines-container.html' %}{% else %}{% include 'guide-step-lines-container.html' %}{% endif %}{% if step['media']['data'] | length > 1 %}{% for image in step['media']['data'] %}{% endif %} {% include 'guide-step-lines-container.html' %}{% endfor %}
{% endfor %}
{{label['conclusion']}}
{{guide['conclusion_rendered'] | cleanup_rendered_content | safe}}