{{ include.page.title }}

{% for post in include.page.posts %} {%- if site.ignored_layouts contains post.layout -%}{%- continue -%}{%- endif -%} {%- include_cached post.html post=post -%} {% endfor %}