2016-02-22 16:36:00 +01:00

9 lines
185 B
HTML

<section class="paragraph">
{% if section.title %}
<h2>{{ section.title }}</h2>
{% else %}
<div class="separator"><div>
{% endif %}
<p>{{ section.text }}</p>
</section>