--- title: Blog layout: default sectionid: blog ---
{% include nav_blog.html %}
{% for page in paginator.posts %}
{% include blog_post.html page=page content=page.content%}
{% endfor %}