I'm trying to make a web application using Node.js and Express and PugJS as a template engine.
My problem: I'm using a google maps API and I want to code all my google maps API functions into a separate javascript file. I can't figure out how to render this external javascript file in the pugJS page and call to functions from the external js file.