kload 73faba80f2 [enh] Add 'paragraph' section
+ regular monserrat font
+ margin fixes
2016-01-12 18:18:35 +01:00

9 lines
185 B
HTML

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