The Page module is located at app/modules/pages/
. Top level HTML pages contain almost no content other than a call to the Pages module. The Pages module sets a number of global variables and then calls all the other modules needed to build the top level HTML page.
Every page on this sample website is built in this way. There’s a doppelgänger page behind each public-facing page that calls other modules to build the public page.
See Documentation