2016-04-09 09:33:48 +02:00

13 lines
235 B
HTML

{% if section.color %}
<div style="padding: 1px 0px;background: {{ section.background }};">
{% endif %}
<section class="html">
<center>
{{ section.html }}
</center>
</section>
{% if section.color %}
</div>
{% endif %}