# File htree/template.rb, line 322 def HTree.compile_template(template_string) code = HTree::TemplateCompiler.new.compile_template(template_string) eval(code) end