[mod] fix indentation

This commit is contained in:
Laurent Peuch 2016-11-01 12:27:28 +01:00
parent e6fd94a6c1
commit 1c7cd448e2

View File

@ -1,11 +1,13 @@
{% if section.background or section.color %}
<div id="bg-section" style="{% if section.background -%}background: {{ section.background }};{% endif %}{% if section.color -%}color: {{ section.color }};{% endif %}">
{% endif %}
<section class="html">
<center>
{{ section.html }}
</center>
</section>
{% if section.background or section.color %}
</div>
{% endif %}