{% import "macros/macros.html" as macros %} {% include "layouts/_head.html" %} {% if preloader_show %} {% include "shared/preloader.html" %} {% endif %} {% include "shared/navbar.html" %} {% block before_content %}{% endblock %}
{% if header_show == 'user' %} {% include "shared/header-user.html" %} {% elif header_show %} {% include "shared/header.html" %} {% endif %} {% block content %}{% endblock %} {% if footer_show %} {% include "shared/footer.html" %} {% endif %}
{% block after_content %}{% endblock %} {% if nav_search %} {% include "shared/search-block.html" %} {% endif %} {% include "layouts/_foot.html" %} {% block javascript %}{% endblock %}