2016-04-09 09:33:48 +02:00
|
|
|
{% if section.color %}
|
|
|
|
<div style="padding: 1px 0px;background: {{ section.background }};">
|
|
|
|
{% endif %}
|
2016-01-12 18:18:35 +01:00
|
|
|
<section class="paragraph">
|
|
|
|
{% if section.title %}
|
|
|
|
<h2>{{ section.title }}</h2>
|
|
|
|
{% else %}
|
|
|
|
<div class="separator"><div>
|
|
|
|
{% endif %}
|
|
|
|
<p>{{ section.text }}</p>
|
|
|
|
</section>
|
2016-04-09 09:33:48 +02:00
|
|
|
{% if section.color %}
|
|
|
|
</div>
|
|
|
|
{% endif %}
|