Searched refs:get_template (Results 1 – 8 of 8) sorted by relevance
85 template = JINJA_ENVIRONMENT.get_template('grant.html')98 template = JINJA_ENVIRONMENT.get_template('welcome.html')
60 return JINJA_ENV.get_template('shim.cpp.j2').render(data)71 return JINJA_ENV.get_template('libandroidicu.map.txt.j2').render(data)
17 sub get_template { method in ANTLR::Runtime::RuleReturnScope
29 template = jinja_env.get_template(path_to_template)
112 tmpl = loader.get_template('report.html')
85 t = loader.get_template('500.html')
810 def get_template(self, name, parent=None, globals=None): member in Environment869 return self.get_template(template_name_or_list, parent, globals)
361 def get_template(self): member in operation