8👍
✅
It looks like your script tags contain the wrong attribute for specifying the source.
<script src="{% static "js/vendor/jquery.js" %}" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="{% static "css/foundation.css" %}">
<script src="{% static "js/foundation.min.js" %}" type="text/javascript"></script>
Source:stackexchange.com