I am new to Flask and building a web app that uses Flask and AngularJS. My understanding is that the static directory is the place to store AngularJS files like javascript and templates.
I wonder if there is a stable alternative to Html/Jinja that I can use for templates. And if there is, how can I enable it to work with template files inside the static directory?
I was looking to PyJade but didn't get how to get it working with the web assets pipeline.
Would appreciate any example or recommendation.