module Maglev::StandaloneSectionsConcern

def fetch_maglev_dummy_page

def fetch_maglev_dummy_page
  @fetch_maglev_page = ::Maglev::Page.new(title: 'DummyPage', sections: fetch_maglev_site.sections)
end