--- layout: default ---
{% if site.data.theme.post_meta %} {% include post_meta.html %} {% endif %} {% unless page.header.layout == 'hero' %}

{{ page.title }}

{% if page.subtitle %}

{{ page.subtitle }}

{% endif %} {% endunless %}
{{ content }}
{% if site.data.theme.category_tag_list %} {% include category_tag_list.html %} {% endif %} {% if site.data.theme.share_icons %} {% include share_icons.html %} {% endif %} {% if site.data.theme.author_bio %} {% include author_bio.html %} {% endif %} {% if page.cta %} {% include cta/{{page.cta}}.html %} {% endif %} {% if site.data.theme.disqus.shortname %} {% include disqus_comments.html %} {% endif %}