mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
14 lines
358 B
Twig
14 lines
358 B
Twig
{% extends "@ChillMain/layoutWithVerticalMenu.html.twig" %}
|
|
|
|
{% block vertical_menu_content %}
|
|
{{ chill_menu('admin_section', {
|
|
'layout': '@ChillMain/Admin/menu_admin_section.html.twig',
|
|
}) }}
|
|
{% endblock %}
|
|
|
|
{% block layout_wvm_content %}
|
|
{% block admin_content %}
|
|
<!-- block admin content empty -->
|
|
{% endblock %}
|
|
{% endblock %}
|