class Temple::Generator

def call(exp)

def call(exp)
  [preamble, compile(exp), postamble].join('; ')
end