<?php snippet("header", ['title' => $page->title()]) ?> <body class="home"> <main> <h1>Under Construction</h1> <ul> <?php foreach ($site->find("seasons")->getAllGames() as $key => $value): ?> <li><?= $value->title() ?></li> <?php endforeach; ?> </ul> </main> <?php snippet("home.js") ?> <?php snippet("footer") ?>