Adds a Jinja loader which uses the "APP_THEME" config variable to
prefix template lookups.
Removes the ChoiceLoader used for loading templates from the
instance folder's "templates" directory. Instead of that, it now
uses the "root_path" setting to initialize the Flask app, which
has the same effect.