{% for slide in slides %}
{% if slide.force_format != "html" %}
{% else %} {{ slide.content|indent(10) }} {% endif %}
{% endfor %}