{% import "Webmaster/macros/master.html" as master with context %} {% import "Webmaster/Package/Publisher/Page/macros.html" as publisher with context %} {% include "Webmaster/Package/Publisher/Page/_include.html" %}
{% if post_header %}

{{ post_header }}


{% if post_subheader %} {{ post_subheader }} {% endif %}
{% endif %}
{% for post in posts %}

{{ post.title }}

{{ post.excerpt }}

{% if post_show_byline %} {% endif %}

{% endfor %} {{ master.pagination(posts, next="Older Posts", prev="Newer Posts", pager=True) }}