{# most, if not all javascripts should go here this template is included at the very bottow of the main template "base.html" #}
{# this section cannot be compressed because lots of data is runtime #} {# everything below until the custom js and google analytics is compressable #} {% compress js %} {% endcompress %} {# stuff below should not be compressed #} {% if settings.ENABLE_MATHJAX %} {# we don't want to load mathjax just in case, only if it is really enabled #} {% endif %} {% if settings.USE_CUSTOM_JS %} {% endif %} {% if settings.GOOGLE_ANALYTICS_KEY %} {% endif %}