10 lines
170 B
Plaintext
10 lines
170 B
Plaintext
{%
|
|
set boot_scripts = [
|
|
'next-boot.js'
|
|
]
|
|
%}
|
|
|
|
{% for bs in boot_scripts %}
|
|
<script src="{{ url_for(theme.js) }}/{{ bs }}?v={{ version }}"></script>
|
|
{% endfor %}
|