module Sinatra::Templates

def haml(template, options = {}, locals = {}, &block)

def haml(template, options = {}, locals = {}, &block)
  render(:haml, template, options, locals, &block)
end