...
|
...
|
@@ -1,6 +1,6 @@
|
1
|
1
|
{% extends "!layout.html" %}
|
2
|
2
|
{% block extrahead %}
|
3
|
|
- {%- for scriptfile in holoviews_js_files %}
|
4
|
|
- {{ js_tag(scriptfile) }}
|
5
|
|
- {%- endfor %}
|
|
3
|
+ {%- for scriptfile in holoviews_js_files %}
|
|
4
|
+ {{ js_tag(scriptfile) }}
|
|
5
|
+ {%- endfor %}
|
6
|
6
|
{% endblock %}
|