blog/themes/next/layout/_scripts/next-boot.swig
2019-05-30 18:52:14 +08:00

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 %}