2016-04-13 11:45:26 +02:00
|
|
|
{% if section.background or section.color %}
|
2016-11-01 12:27:28 +01:00
|
|
|
<div id="bg-section" style="{% if section.background -%}background: {{ section.background }};{% endif %}{% if section.color -%}color: {{ section.color }};{% endif %}">
|
2016-04-09 09:33:48 +02:00
|
|
|
{% endif %}
|
2016-11-01 12:27:28 +01:00
|
|
|
|
2016-02-21 22:09:59 +01:00
|
|
|
<section class="html">
|
2016-11-01 12:27:28 +01:00
|
|
|
<center>
|
|
|
|
{{ section.html }}
|
|
|
|
</center>
|
2016-02-21 22:09:59 +01:00
|
|
|
</section>
|
2016-11-01 12:27:28 +01:00
|
|
|
|
2016-04-13 11:45:26 +02:00
|
|
|
{% if section.background or section.color %}
|
2016-11-01 12:27:28 +01:00
|
|
|
</div>
|
2016-04-09 09:33:48 +02:00
|
|
|
{% endif %}
|