global

def template_path(page)

def template_path(page)
  File.join(File.dirname(__FILE__), '../../../templates', "#{page}.str")
end