{% include blue-hero.html %}
{% include sidebar.html %}
{% if page.title %}{% endif %} {% if page.excerpt %}{% endif %} {% if page.date %}{% endif %} {% if page.modified %}{% endif %}
{% if page.main-content.includes %} {% for child in page.main-content.includes %} {% capture my_include %}{% include {{child}} %}{% endcapture %} {{ my_include | markdownify }} {% endfor %} {% else %} {{ page.main-content | replace: '<% BASEURL %>', site.baseurl | replace: '<% SITEURL %>', site.url | markdownify }} {% endif %}
{% if page.didnt-push %}
{{ site.data.ui-text[page.lang].didnt-push }}
{% if page.didnt-push.includes %} {% for child in page.didnt-push.includes %} {% capture my_include %}{% include {{child}} %}{% endcapture %} {{ my_include | markdownify }} {% endfor %} {% else %} {{ page.didnt-push | markdownify }} {% endif %}
{% endif %} {% if page.pushed %}
{{ site.data.ui-text[page.lang].pushed }}
{% if page.pushed.includes %} {% for child in page.pushed.includes %} {% capture my_include %}{% include {{child}} %}{% endcapture %} {{ my_include | markdownify }} {% endfor %} {% else %} {{ page.pushed | markdownify }} {% endif %}
{% endif %} {% if page.refresh %}
{{ site.data.ui-text[page.lang].refresh }} {% if page.refresh.includes %} {% for child in page.refresh.includes %} {% capture my_include %}{% include {{child}} %}{% endcapture %}
{{ my_include | markdownify }} {% endfor %} {% else %}
{{ page.refresh | markdownify }} {% endif %}
{% endif %} {% if page.show-me-how %}
{{ site.data.ui-text[page.lang].show-me-how }} {% if page.show-me-how.includes %} {% for child in page.show-me-how.includes %} {% capture my_include %}{% include {{child}} %}{% endcapture %}
{{ my_include | markdownify }} {% endfor %} {% else %}
gif of the activities from this page {% endif %}
{% endif %} {% if page.troubleshooting %}
{{ site.data.ui-text[page.lang].troubleshooting }} {% if page.troubleshooting.includes %} {% for child in page.troubleshooting.includes %} {% capture my_include %}{% include {{child}} %}{% endcapture %}
{{ my_include | markdownify }} {% endfor %} {% else %}
{{ page.troubleshooting | markdownify }} {% endif %}
{% endif %} {% if page.tell-me-why %}
{{ site.data.ui-text[page.lang].tell-me-why }}
{% if page.tell-me-why.includes %} {% for child in page.tell-me-why.includes %} {% capture my_include %}{% include {{child}} %}{% endcapture %} {{ my_include | markdownify }} {% endfor %} {% else %} {{ page.tell-me-why | markdownify }} {% endif %}
{% endif %} {% if page.help %}
{{ site.data.ui-text[page.lang].stuck }}
{% endif %} {% if page.next-page %} {{ site.data.ui-text[page.lang].continue }} {% endif %} {{ content }} {% if page.link %}{% endif %}
{% if site.data.ui-text[site.locale].meta_label %}

{{ site.data.ui-text[site.locale].meta_label }}

{% endif %} {% include page__taxonomy.html %} {% if page.modified %}

{{ site.data.ui-text[site.locale].date_label }}

{% elsif page.date %}

{{ site.data.ui-text[site.locale].date_label }}

{% endif %}
{% if page.share %}{% include social-share.html %}{% endif %} {% include post_pagination.html %} {% if site.comments.provider and page.comments %} {% include comments.html %} {% endif %}
{% comment %}{% endcomment %} {% if page.id and page.related and site.related_posts.size > 0 %} {% endif %}