projet_php/views/layout.tpl
2026-02-27 11:55:12 +01:00

8 lines
No EOL
170 B
Smarty

{include file="views/_partial/header.tpl"}
<main class="container mb-4 mt-1">
{block name="content"}
{/block}
</main>
{include file="views/_partial/footer.tpl"}