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