husstanden/templates/layout/includes/boot-body.html
2019-03-29 11:00:04 +01:00

3 lines
262 B
HTML

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