{% load compress %}
{% load static %}
{% load get_static_prefix from static %}
{% compress js %}
{% endcompress %}
{% if editor_template_js %}
{% include editor_template_js %}
{% endif %}
{% compress css %}
{% if editor_template_css %}
{% include editor_template_css %}
{% endif %}
{% endcompress %}