2016-04-09 09:33:48 +02:00
|
|
|
{% if section.background %}
|
|
|
|
<div style="padding: 1px 0px;background: {{ section.background }};">
|
|
|
|
{% endif %}
|
2016-02-21 22:09:59 +01:00
|
|
|
<div class="container">
|
|
|
|
{% if section.title %}
|
|
|
|
<div id="{{ section.title }}" class="scrollspy">
|
|
|
|
<h2>{{ section.title }}</h2>
|
|
|
|
{% else %}
|
|
|
|
<div class="separator"></div>
|
|
|
|
{% endif %}
|
|
|
|
<p class="flow-text">{{ section.text }}</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
2016-04-09 09:33:48 +02:00
|
|
|
{% if section.background %}
|
|
|
|
</div>
|
|
|
|
{% endif %}
|