9 lines
185 B
HTML
Raw Normal View History

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