9 lignes
225 o
HTML
9 lignes
225 o
HTML
|
{* We extend the base template *}
|
||
|
{{ extends "partials/base" }}
|
||
|
|
||
|
{* We apply the menu in the base template *}
|
||
|
{{ block menu()}}
|
||
|
{{include "partials/menu/site"}}
|
||
|
{{end}}
|
||
|
|
||
|
{{block titleBase()}} - {{block title()}}{{end}}{{end}}
|