class Temple::Engine

def compile(input)

def compile(input)
  chain.inject(input) {|m, e| e.compile(m) }
end