def jinja_process_variable_start_string (src, filename): global jinja_env template = jinja_env.get_template(filename) return template.render()