module Maglev::StandaloneSectionsConcern

def fetch_maglev_site_scoped_sections

def fetch_maglev_site_scoped_sections
  return if within_maglev_engine?
  fetch_maglev_site
  fetch_maglev_theme
  fetch_maglev_dummy_page
  fetch_maglev_page_sections
end