11 lines
154 B
PHP
11 lines
154 B
PHP
<?php
|
|
snippet('header');
|
|
snippet('rightlogoheader');
|
|
?>
|
|
|
|
<?= $page->text()->kirbytext() ?>
|
|
|
|
<?php
|
|
snippet('rightlogofooter');
|
|
snippet('footer');
|
|
?>
|