ulovliglogning.dk/_layouts/indexpage.html

13 lines
287 B
HTML
Raw Normal View History

2018-01-20 23:49:35 +00:00
---
layout: default
---
{% for section in page.sections %}
<section id="{{ section.id }}" class="{% cycle 'odd', 'even' %}">
2018-01-24 22:24:26 +00:00
<div class="content">
<h1>{{ section.heading }}</h1>
<div class="paragraphs">
{{ section.content | markdownify }}
</div>
2018-01-20 23:49:35 +00:00
</div>
</section>
{% endfor %}