7 lines
139 B
HTML
7 lines
139 B
HTML
<section class="paragraph">
|
|
{% if section.title %}
|
|
<h3>{{ section.title }}</h3>
|
|
{% endif %}
|
|
<p>{{ section.text }}</p>
|
|
</section>
|