ulovliglogning.dk/_layouts/indexpage.html

13 lines
287 B
HTML

---
layout: default
---
{% for section in page.sections %}
<section id="{{ section.id }}" class="{% cycle 'odd', 'even' %}">
<div class="content">
<h1>{{ section.heading }}</h1>
<div class="paragraphs">
{{ section.content | markdownify }}
</div>
</div>
</section>
{% endfor %}