{% block head %} {% block title %}{{ SITENAME }}{% endblock title %} {% endblock head %}
{% include 'partials/nav-menu.html' %}
{% block fixed_content %} {% endblock %}
{% if (page and page.slug != 'gallery') or not page %}
{% block scroll_content %} {% endblock %}
{% endif %}
{% for p in pages %} {% if p.slug == "footer" %} {% if current_lang == DEFAULT_LANG %} {{ p.content }} {% else %} {% for translation in p.translations %} {% if translation.lang == current_lang %} {{ translation.content }} {% endif %} {% endfor %} {% endif %} {% endif %} {% endfor %} {% block js_body %} {% endblock %}