class Lookbook::PageEntity

def file_contents

def file_contents
  @_file_contents ||= File.read(file_path)
end