{% load compress %} {% load url from future %} {% compress js %} {% endcompress %} {% if editor_template_js %} {% include editor_template_js %} {% endif %} {% compress css %} {% if editor_template_css %} {% include editor_template_css %} {% endif %} {% endcompress %}