module Sinatra::Templates
def nokogiri(template=nil, options={}, locals={}, &block)
def nokogiri(template=nil, options={}, locals={}, &block) options[:layout] = false if Tilt::VERSION <= "1.1" render_xml(:nokogiri, template, options, locals, &block) end