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 */ ?> <?php echo $page->title; ?>

and($home->children)->implode(" / ", "{title}"); ?>


parents->count()): // breadcrumbs ?> parents->implode(" > ", "{title}"); ?> > title; // headline ?>

Default content
hasChildren): ?> editable()): ?>

Edit this page