--- layout: page_container ---

{{ page.title }}

{{ page.date | date: "%B %-d, %Y" }}

{% if page.progress_update %}
{% else %}
{% endif %} {{ content | replace: '', '' }}
{% if site.inter_post_navigation == true %}
{% if page.previous.url %} {{page.previous.title}} {% endif %} {% if page.next.url %} {{page.next.title}} {% endif %}
{% endif %}