# File lib/cuba/render.rb, line 26 def partial(template, locals = {}) render(template_path(template), locals, settings[:render][:options]) end