{% import "Juice/macros/base.html" as base with context %} {% import "Juice/Plugin/Publisher/Page/macros.html" as publisher with context %} {% include "Juice/Plugin/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 %} {{ base.pagination(posts, next="Older Posts", prev="Newer Posts", pager=True) }}