13 lignes
380 o
HTML
13 lignes
380 o
HTML
|
{* We extend the base template *}
|
||
|
{{ extends "partials/base" }}
|
||
|
|
||
|
{* We apply the menu in the base template *}
|
||
|
{{ block menu()}}
|
||
|
{{include "partials/menu/admin"}}
|
||
|
{{end}}
|
||
|
|
||
|
{* We add the class content for admin *}
|
||
|
{{ block contclass()}}content-admin{{end}}
|
||
|
|
||
|
{* We add the mod panel title and the title block *}
|
||
|
{{block titleBase()}}Moderation Panel - {{block title()}}{{end}}{{end}}
|