module Temple::Mixins::EngineDSL

def prepend(*args, &block)

def prepend(*args, &block)
  chain.unshift(element(args, block))
  chain_modified!
end