--- layout: default pagination: enabled: true ---
{% for post in paginator.posts %}
{%- include article_header.html post_url=post.url post_title=post.title post_date=post.date post_tags=post.tags post_categories=post.categories -%}
{{ post.content }}

{% endfor %} {% if paginator.page_trail %} {% endif %}
{%- include sidebar.html -%}