2016-01-12 18:18:35 +01:00
|
|
|
<section class="paragraph">
|
|
|
|
{% if section.title %}
|
2016-02-22 16:29:36 +01:00
|
|
|
<div id="{{ section.title }}" class="scrollspy">
|
2016-01-12 18:18:35 +01:00
|
|
|
<h2>{{ section.title }}</h2>
|
|
|
|
{% else %}
|
|
|
|
<div class="separator"><div>
|
|
|
|
{% endif %}
|
|
|
|
<p>{{ section.text }}</p>
|
2016-02-22 16:29:36 +01:00
|
|
|
</div>
|
2016-01-12 18:18:35 +01:00
|
|
|
</section>
|