{% include head.html %} {% include navigation.html %}
{% include swipe-instructions.html %} {{ page.content | markdownify }}
{% for post in paginator.posts %} {% include post-list.html%} {% endfor %}
{% include pagination.html %}
{% include footer.html %} {% include js.html %}