Cool-Y.github.io/themes/next/layout/_scripts/boostrap.swig

10 lines
203 B
Plaintext
Raw Normal View History

2019-04-02 08:28:32 +00:00
{%
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 %}