praiadeseselle/site/templates/_xes-main.php
2022-10-06 13:14:42 +02:00

11 lines
No EOL
150 B
PHP

<?php namespace ProcessWire;
include('./_xes-head.php');
?>
<main id="contido">
<?php
echo $contido;
?>
</main>
<?php
include('./_xes-foot.php');