[mod] fix indentation

This commit is contained in:
Laurent Peuch 2016-11-01 12:28:45 +01:00
parent 7f7d93d164
commit aa7121250f

View File

@ -1,6 +1,7 @@
{% 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 %}">
<div id="bg-section" style="{% if section.background -%}background: {{ section.background }};{% endif %}{% if section.color -%}color: {{ section.color }};{% endif %}">
{% endif %}
<div class="container">
{% if section.title %}
<div id="{{ section.title }}" class="scrollspy">
@ -8,9 +9,11 @@
{% else %}
<div class="separator"></div>
{% endif %}
<p class="flow-text">{{ section.text }}</p>
</div>
</div>
{% if section.background or section.color %}
</div>
</div>
{% endif %}