1
0
Files
re_capitulating_queer/site/templates/project.php
Philip Wagner 78b6c0d381 init
2024-08-31 10:01:49 +02:00

11 lines
228 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('footer') ?>