---
layout: default
---
{%- if page.title and page.title != "" -%}
{{- page.title -}}
{%- endif -%}
{{ content }}
{%- include blog/categories.html -%}
{% for post in site.posts -%}
{%- assign is_archive = true -%}
{%- include blog/post.html post=post is_archive=is_archive -%}
{%- endfor -%}