Move the loading of all the app related js and css files to a python function
This change will offload the generation of the list of all application related .js and .css files to python (based upon the content of the 'app' directory), and pass the full list, html formatted, to the jinja renderer.
Loading