---
layout: default
---
{% capture paginat %}
{% if page.previous %}
{{ page.previous.date | date: "%B %d, %Y" }}
{% else %}
Previous
{% endif %}
{% if page.next %}
{{ page.next.date | date: "%B %d, %Y" }}
{% else %}
Next
{% endif %}
{% endcapture %}
{{ content }}