class Tilt::Template
def render(scope=nil, locals=nil, &block)
block is given, it is typically available within the template via
Render the template in the given scope with the locals specified. If a
def render(scope=nil, locals=nil, &block) evaluate(scope || Object.new, locals || EMPTY_HASH, &block) end