I want to implement customization of templates into my flask application. My problem is, the custom template folder is not the same as default.
Is it possible to use the function render_template() and specify the template directory each time I use render_template ?