9 lines
185 B
HTML
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>
|