module Sinatra::Templates

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

def nokogiri(template=nil, options={}, locals={}, &block)
  options[:default_content_type] = :xml
  render_ruby(:nokogiri, template, options, locals, &block)
end