8 lines
No EOL
204 B
PHP
8 lines
No EOL
204 B
PHP
<?php snippet('header') ?>
|
|
<h1><?= $site->title() ?></h1>
|
|
|
|
<?php foreach ($site->slideshow()->toFiles() as $image): ?>
|
|
<img src="<?= $image->url() ?>">
|
|
<?php endforeach; ?>
|
|
|
|
<?php snippet('footer') ?>
|