class Middleman::Base
def template_exists?(path, renderer=nil)
def template_exists?(path, renderer=nil) template_path = path.dup template_path << ".#{renderer}" if renderer File.exists? File.join(options.views, template_path) end
def template_exists?(path, renderer=nil) template_path = path.dup template_path << ".#{renderer}" if renderer File.exists? File.join(options.views, template_path) end