class Lookbook::PreviewExample

def template_lang(template_path)

def template_lang(template_path)
  Lookbook::Lang.guess(full_template_path(template_path)) || Lookbook::Lang.find(:html)
end