{{ content }}
{%- if site.posts.size > 0 -%}
{%- for post in site.posts -%}

{{ post.title | escape }}

{%- assign date_format = site.date_format | default: "%b %-d, %Y" -%}

{{ post.excerpt }}

{%- endfor -%}
{%- endif -%}