{% 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 %}