class Mustache::Template

def initialize(source, options = {})

path, which it uses to find partials. Options may be passed.
Expects a Mustache template as a string along with a template
def initialize(source, options = {})
  @source = source
  @options = options
end