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

10 lines
201 B
HTML

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