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