40b90f1739
* Update index_site.jet.html * Update classic.css
20 lignes
610 o
HTML
20 lignes
610 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()}}
|
|
{{ if isset(Infos["system"])}}
|
|
{{ range Infos["system"]}}
|
|
<div id="announce"><span style="font-weight:bold;">{{T("announcement")}}</span><br>{{ .|raw }}</div>
|
|
{{ end }}
|
|
{{ end }}
|
|
{{ yield search_refine(url=URL.Parse(Search.SearchURL)) }}
|
|
{{ block content_body()}}{{end}}
|
|
{{end}}
|