Playframework: Custom template path
问题 I was wondering if it is possible to override/add to the template paths for Playframework? For instance, the default templates are looked under views folder and are compiled automatically. These templates are further reachable directly using a URL without any additional config. ---app |-controllers |-models |-templates //How do I compile templates under this folder? |-views What I would like to know is if it is possible to add a custom path in addition to the views folder that is also