husstanden/templates/layout/includes/boot-body.html

3 lines
262 B
HTML
Raw Normal View History

2019-03-29 11:00:04 +01:00
<script src="{{ url_for('static', filename='const/js/jquery-3.3.1.slim.min.js') }}"></script>
<script src="{{ url_for('static', filename='const/js/popper.min.js') }}"></script>
<script src="{{ url_for('static', filename='const/js/bootstrap.min.js') }}"></script>