[mod] fix indentation
This commit is contained in:
parent
d7934f3327
commit
71566f5b17
@ -1,8 +1,9 @@
|
|||||||
{% if section.background %}
|
{% if section.background %}
|
||||||
<div class="bg-section" style="background: {{ section.background }};">
|
<div class="bg-section" style="background: {{ section.background }};">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<section class="pictures-group baguette">
|
|
||||||
{% for line in section.images %}
|
<section class="pictures-group baguette">
|
||||||
|
{% for line in section.images %}
|
||||||
<div class="pictures-line">
|
<div class="pictures-line">
|
||||||
{% for image in line %}
|
{% for image in line %}
|
||||||
{% if image.type == "video" %}
|
{% if image.type == "video" %}
|
||||||
@ -42,8 +43,9 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</section>
|
</section>
|
||||||
{% if section.background %}
|
|
||||||
</div>
|
{% if section.background %}
|
||||||
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user