global

def template_path(template)

def template_path(template)
  File.expand_path(File.join(File.dirname(__FILE__), 'templates', template))
end