2017-05-09 14:37:32 +02:00

12 lines
401 B
HTML

{% if section.background or section.color %}
<div class="bg-section" style="{% if section.background -%}background: {{ section.background }};{% endif %}{% if section.color -%}color: {{ section.color }};{% endif %}">
{% endif %}
<div class="container flow-text">
<blockquote>
{{ section.text }}
</blockquote>
</div>
{% if section.background or section.color %}
</div>
{% endif %}