{% include html-head.html %}

{{ site.name }} Demo

{{ page.title }}

{% assign page_position = page.page_position %} {% for element in site.elements limit:20 offset:page_position %} {% include element-partial.html %} {% endfor %}
{% include footer.html %} {% include html-foot.html %}