praiadeseselle/site/templates/_main.php

12 lines
161 B
PHP
Raw Normal View History

2022-03-09 18:09:44 +01:00
<?php namespace ProcessWire;
include('./_head.php');
?>
<main id="contido">
2022-03-09 18:09:44 +01:00
<?php
echo $contido;
?>
</main>
2022-03-09 18:09:44 +01:00
<?php
include('./_foot.php');
?>