module Sinatra::Templates

def yajl(template, options = {}, locals = {})

def yajl(template, options = {}, locals = {})
  options[:default_content_type] = :json
  render :yajl, template, options, locals
end