--- layout: default --- {% assign index = true %}
{% for post in paginator.posts %} {% assign content = post.content %}
{% include article.html %}
{% endfor %}