2016-02-22 16:29:36 +01:00

11 lines
245 B
HTML

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