copyleftconf-website/pinaxcon/templates/_scripts.html

7 lines
132 B
HTML
Raw Normal View History

{% load compress %}
{% load staticfiles %}
{% compress js %}
<script src='{% static "js/site.js" %}'></script>
{% endcompress %}