* Update main.css * Update base.jet.html * Update index_admin.jet.html * add content-admin back * Add content-admin back * Update base.jet.html * Update base.jet.html * Update index_admin.jet.html
22 lignes
566 o
HTML
22 lignes
566 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}}
|
|
|
|
{* We used to add the class content for admin *}
|
|
{{ block contclass()}}{{end}}
|
|
|
|
{* We add the mod panel title and the title block *}
|
|
{{block titleBase()}} Moderation Panel - {{block title()}}{{end}}
|
|
{{end}}
|
|
|
|
{* We add the mod nav and the body block *}
|
|
{{ block content_body_base()}}
|
|
{{include "partials/menu/admin"}}
|
|
{{ block content_body()}}
|
|
{{end}}
|
|
{{end}}
|