class Temple::Generators::ERB

def on_multi(*exp)

def on_multi(*exp)
  exp.map {|e| compile(e) }.join('')
end