mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
13 lines
262 B
Twig
13 lines
262 B
Twig
{% extends "ChillMainBundle::layout.html.twig" %}
|
|
|
|
{% block title%}{{ header_title|trans }}{% endblock %}
|
|
|
|
{% block content %}
|
|
|
|
<h1>{{ page_title|trans }}</h1>
|
|
|
|
{{ chill_menu('admin', {
|
|
'layout': 'ChillMainBundle::Menu/admin.html.twig',
|
|
}) }}
|
|
|
|
{% endblock %} |