2016-04-13 11:45:26 +02:00
|
|
|
{% if section.background or section.color %}
|
|
|
|
<div style="{% if section.background -%}padding: 1px 0px;background: {{ section.background }};{% endif %}{% if section.color -%}color: {{ section.color }};{% endif %}">
|
2016-04-09 09:33:48 +02:00
|
|
|
{% endif %}
|
2016-02-21 22:09:59 +01:00
|
|
|
<div class="container">
|
|
|
|
<p class="flow-text">
|
|
|
|
{{ section.text }}
|
|
|
|
</p>
|
|
|
|
</div>
|
2016-04-13 11:45:26 +02:00
|
|
|
{% if section.background or section.color %}
|
2016-04-09 09:33:48 +02:00
|
|
|
</div>
|
|
|
|
{% endif %}
|