module Temple::Mixins::EngineDSL

def append(*args, &block)

def append(*args, &block)
  chain << chain_element(args, block)
  chain_modified!
end