---
layout: default
---
{% if page.header.overlay_color or page.header.overlay_image or page.header.image %}
{% include page__hero.html %}
{% elsif page.header.video.id and page.header.video.provider %}
{% include page__hero_video.html %}
{% endif %}
{% if page.url != "/" and site.breadcrumbs %}
{% unless paginator %}
{% include breadcrumbs.html %}
{% endunless %}
{% endif %}
{{ content }}
{% if page.share %}{% include social-share.html %}{% endif %}
{% include post_pagination.html %}
{% if jekyll.environment == 'production' and site.comments.provider and page.comments %}
{% include comments.html %}
{% endif %}
{% comment %}{% endcomment %}
{% if page.id and page.related and site.related_posts.size > 0 %}
{{ site.data.ui-text[site.locale].related_label | default: "You May Also Enjoy" }}
{% for post in site.related_posts limit:4 %}
{% include archive-single.html type="grid" %}
{% endfor %}