Lines Matching refs:get_template
78 tmpl = env.get_template("layout")
84 tmpl = env.get_template("level1")
90 tmpl = env.get_template("level2")
97 tmpl = env.get_template("level3")
103 tmpl = env.get_template("level4")
122 tmpl = env.get_template("c")
126 env.get_template("working")
144 tmpl = env.get_template("b")
157 tmpl = env.get_template("child")
172 tmpl = env.get_template("child")
230 rv = env.get_template("index.html").render(the_foo=42).split()
273 .get_template("test.html")
284 env.get_template("doublee").render()