15 lignes
Pas d'EOL
387 o
HTML
15 lignes
Pas d'EOL
387 o
HTML
{* We extend the base template *}
|
|
{{ extends "partials/base" }}
|
|
{{import "partials/helpers/search"}}
|
|
|
|
{* 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}} |