7 lines
139 B
HTML
Raw Normal View History

2016-05-26 17:04:57 +02:00
<section class="paragraph">
{% if section.title %}
<h3>{{ section.title }}</h3>
{% endif %}
<p>{{ section.text }}</p>
</section>