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