14 lignes
Pas d'EOL
350 o
HTML
14 lignes
Pas d'EOL
350 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}}
|
|
|
|
{{ block content_body_base()}}
|
|
{{ yield search_refine(url=URL.Parse("/search")) }}
|
|
{{ block content_body()}}{{end}}
|
|
{{end}} |