10 lines
201 B
HTML
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 %}
|