--- layout: theme:default permalink: / paginate: per_page: 2 ---
{% assign index = true %} {% for post in paginator.posts %} {% assign content = post.content %}
{% include theme:article.html %}
{% endfor %}
{% include theme:aside.html %}