11 lines
224 B
Plaintext
11 lines
224 B
Plaintext
{%
|
|
set js_commons = [
|
|
'src/utils.js',
|
|
'src/motion.js'
|
|
]
|
|
%}
|
|
|
|
{% for common in js_commons %}
|
|
<script type="text/javascript" src="{{ url_for(theme.js) }}/{{ common }}?v={{ theme.version }}"></script>
|
|
{% endfor %}
|