1
0
Files
2025-03-26 10:57:55 +01:00

13 lines
263 B
PHP

<?php snippet('header') ?>
<style>
#project section.grid:first-child { padding-top: 76pt }
</style>
<div id="project">
<?php snippet('layouts', ['layouts' => $page->layout()->toLayouts()]) ?>
</div>
<?php snippet('inline_footer') ?>
<?php snippet('footer') ?>