class Tilt::Template

def render(scope=Object.new, locals={}, &block)

+yield+.
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=Object.new, locals={}, &block)
  evaluate scope, locals || {}, &block
end