I am using Flask version 0.7. I have stored the path of static content in a configuration file and loaded it using
app.config.from_envvar(<file_name>)
Can I be able to access this config variable in the template without passing the variables through the view?