class Lookbook::PageEntity

def landing?

Returns:
  • (Boolean) -
def landing?
  @_landing ||= fetch_config(:landing, false)
end