class Mustache

def template

The template can be set at the instance level.
def template
  @template ||= self.class.template
end