# File lib/mustache/generator.rb, line 144
    def on_partial(name, indentation)
      ev("ctx.partial(#{name.to_sym.inspect}, #{indentation.inspect})")
    end