---
layout: default
---
{% include outdated.html post=page %}
{% if page.hidden %}
{% endif %}
{% include title.html title=page.title %}
{% if page.description %}
{% include title.html title=page.description %}
{% endif %}
{% include byline.html author=page.author date=page.date content=page.content link=true %}
{% include tags.html %}
{% include thanks.html %}
{% include license.html %}
{% include social.html %}
Up Next
{% if page.next %}
{% unless page.next.hidden %}
{% include featured.html post=page.next %}
{% endunless %}
{% endif %}
{% if page.previous %}
{% unless page.previous.hidden %}
{% include featured.html post=page.previous %}
{% endunless %}
{% endif %}