appendTemplateFile in /site/config.php, and // is typically used to define and output markup common among most pages. // // When the Markup Regions feature is used, template files can prepend, append, // replace or delete any element defined here that has an "id" attribute. // https://processwire.com/docs/front-end/output/markup-regions/ /** @var Page $page */ /** @var Pages $pages */ /** @var Config $config */ $home = $pages->get('/'); /** @var HomePage $home */ ?>