class Haml::HTML

def render

containing the Haml template.
Processes the document and returns the result as a string
def render
  @template.to_haml(0, @options)
end