I am having some trouble getting started with using javascript files on my website (A Flask application). I start the website by running run.py which looks like this:
Try using src="app/javascript/jquery.js".
src="app/javascript/jquery.js"
Also, I noticed you include jquery.js twice - on line 7 and 28.