projet_php/views/layout.tpl
2026-03-04 22:27:34 +01:00

8 lines
No EOL
243 B
Smarty

{include file="views/_partial/header.tpl"}
<main class="container mb-4 mt-1 flex-grow-1 d-flex flex-column align-items-center justify-content-center">
{block name="content"}
{/block}
</main>
{include file="views/_partial/footer.tpl"}