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