You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
ygdc/site/templates/board.php

12 lines
372 B

<?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") ?>