class Lookbook::ScenarioEntity

def template_source(template_path)

Other tags:
    Api: - private
def template_source(template_path)
  source_path = template_file_path(template_path)
  source_path ? File.read(source_path) : nil
end