designtopack/public/site/snippets/generic-template.php

3 lines
74 B
PHP
Raw Normal View History

2024-07-11 12:42:29 +02:00
<?php snippet('header') ?>
2024-10-29 11:20:31 +01:00
<div id="app"></div>
2024-07-11 12:42:29 +02:00
<?php snippet('footer') ?>