I want to render the some scripts but it seems they are not loaded in my jade file although the block content gets loaded
Here is the code:
script(type='text/javascript' src="https://www.gstatic.com/firebasejs/4.5.0/firebase.js")
script(type='text/javascript' src="/../scripts/main.js")
extends layout
block content
h1= title
p Welcome to #{title}
DevTools=>Networktab and ensured that it is showing any404error(s) for these script inclusions?scriptdeclarations underhead?