page.html 169 Bytes
---
layout: default
---

{% assign sections = content | split: site.section_separator %}
{% for section in sections %}
<section>
	{{ section }}
</section>
{% endfor %}