{% load compress %} {% load url from future %} {% comment %} Django's JavaScript i18n Implementation {% endcomment %} {% comment %} Compress jQuery, Angular, Plugins, Bootstrap, Hogan.js and Horizon-specific JS. {% endcomment %} {% compress js %} {% block custom_js_files %}{% endblock %} {% endcompress %} {% comment %} Client-side Templates (These should *not* be inside the "compress" tag.) {% endcomment %} {% include "horizon/client_side/templates.html" %} {% comment %}Go!{% endcomment %}