class Lookbook::ScenarioEntity

def template_lang(template_path)

Other tags:
    Api: - private
def template_lang(template_path)
  path = template_file_path(template_path)
  Lookbook::Lang.guess(path) || Lookbook::Lang.find(:html)
end