10 lines
203 B
Plaintext
10 lines
203 B
Plaintext
{%
|
|
set boot_scripts = [
|
|
'src/bootstrap.js'
|
|
]
|
|
%}
|
|
|
|
{% for bs in boot_scripts %}
|
|
<script type="text/javascript" src="{{ url_for(theme.js) }}/{{ bs }}?v={{ theme.version }}"></script>
|
|
{% endfor %}
|