[mod] fix indentation

This commit is contained in:
Laurent Peuch 2016-11-01 11:39:48 +01:00
parent d7934f3327
commit 71566f5b17

View File

@ -1,8 +1,9 @@
{% if section.background %}
<div class="bg-section" style="background: {{ section.background }};">
{% endif %}
<section class="pictures-group baguette">
{% for line in section.images %}
<div class="bg-section" style="background: {{ section.background }};">
{% endif %}
<section class="pictures-group baguette">
{% for line in section.images %}
<div class="pictures-line">
{% for image in line %}
{% if image.type == "video" %}
@ -42,8 +43,9 @@
{% endif %}
{% endfor %}
</div>
{% endfor %}
</section>
{% if section.background %}
</div>
{% endfor %}
</section>
{% if section.background %}
</div>
{% endif %}