class Ronn::Template
def render(template='default')
def render(template='default') super template[0,1] == '/' ? File.read(template) : partial(template) end
def render(template='default') super template[0,1] == '/' ? File.read(template) : partial(template) end