{% load compress leonardo_tags staticfiles %} {% if feincms_page %} {% block head_title %}{% head_title request %}{% endblock %} {% else %} {{ request.leonardo_options.site.name }} - {{ request.leonardo_options.meta_title }} {% endif %} {% include "base/head_meta.html" %} {% block css %} {% include "_stylesheets.html" %} {% endblock %} {% block css_extra %} {% endblock %} {% block page_css %} {% compress css %} {% for file in LEONARDO_CONFIG.scss_files %} {% endfor %} {% for file in LEONARDO_CONFIG.css_files %} {% endfor %} {% endcompress %} {% endblock %} {% block widget_css %} {% endblock %} {% include "horizon/_conf.html" %} {% include "horizon/client_side/_script_loader.html" %} {% include "horizon/_custom_head_js.html" %} {% include "_custom_head_js.html" %} {% if request.user.is_staff %} {% include "leonardo/common/_frontend_edit_sidebar.html" %} {% endif %}