{% 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 %}
{{ 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 %}
{{ 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 %}
{{ 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 %}
{{ 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 %}
{{ 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 %}
{{ site.data.ui-text[page.lang].stuck }}