13 lines
235 B
HTML
Raw Normal View History

2016-04-09 09:33:48 +02:00
{% if section.color %}
<div style="padding: 1px 0px;background: {{ section.background }};">
{% endif %}
2015-12-10 06:37:49 +01:00
<section class="html">
<center>
{{ section.html }}
</center>
</section>
2016-04-09 09:33:48 +02:00
{% if section.color %}
</div>
{% endif %}