{% 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 %} {% block after_content %}{% endblock %} {% if nav_search %} {% include "shared/search-block.html" %} {% endif %} {% include "layouts/_foot.html" %} {% block javascript %}{% endblock %}