Looking for guidance on implementing this template found at https://github.com/secondtruth/startmin. You can view a live demo here:
The HTML file functions correctly when opened locally in a web browser, but there seems to be an issue with loading the JavaScript for drop-down menus when running it with Flask. All CSS and JS files from the static folder load with a 200 OK status.
Upon accessing through Flask, Firefox console prints out the following error:
Error: Graph container element not found - morris.min.js:6:1340
These are the contents of my files: home.html
<title>Startmin - Bootstrap Admin Theme</title>
<!-- Bootstrap Core CSS -->
...
...
</body> </html>