module Sinatra::Templates
Public Instance Methods
mustache(template, options={}, locals={})
click to toggle source
# File lib/memorack/sinatra-mustache.rb, line 8 def mustache(template, options={}, locals={}) render :mustache, template, options, locals end