module Sinatra::Templates

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

def markaby(template=nil, options={}, locals={}, &block)
  render_ruby(:mab, template, options, locals, &block)
end