{% if page.lang %} {% include head.html %} {% if page.lang == 'en' %} {% else %} {% endif %} {% include header.html %}
{% if page.lang != 'en' %} {% endif %} {% if page.layout == 'middleware' %}
{{ content }}
{% else %}
{{ content }} {% include bottom-navigation.html %} {% include github-edit-btn.html %}
{% endif %} {% include footer.html %} {% endif %}