{%- if include.posts and include.posts.size > 0 -%}
{%- if page.list_title -%}

{{ page.list_title | capitalize }}

{%- endif -%}
{%- assign date_format = site.date_format | default: "%b %-d, %Y" -%} {%- for post in include.posts -%}
{%- if post.banner -%} {%- endif -%}

{{ post.title | escape }}

{{ post.date | date: date_format }}
{%- if site.show_excerpts -%} {{ post.excerpt }} {%- endif -%}
{%- endfor -%}
{%- endif -%}