projet_php/views/layout.tpl

8 lines
No EOL
160 B
Smarty

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