class Jekyll::ThemeBuilder

def template_file(filename)

def template_file(filename)
  [
    root.join("theme_template", "#{filename}.erb"),
    root.join("theme_template", filename.to_s),
  ].find(&:exist?)
end