class Tilt::HamlTemplate

def precompiled_template(locals)

def precompiled_template(locals)
  @engine.precompiled_with_ambles(
    [],
    after_preamble: <<-RUBY
      __in_erb_template = true
      _haml_locals = locals
    RUBY
  )
end