--- layout: base --- {% include nav.html %}
{% if page.title %}

{{ page.title }}

{% elsif page.repost_title %}

Repost: {{ page.repost_title }}

{% endif %} {% if page.subtitle %}{{ page.subtitle }}{% endif %}
{% if page.summary and page.show-summary != false %}

Summary: {{ page.summary }}

{% endif %}
{% if page.repost_url %}

This page is a repost of {{page.repost_title}} by {% if page.author_url %}{{page.author}}{% else %}{{page.author}}{% endif %}. Go check it out!

{% endif %} {{ content }}