mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-25 11:36:13 +00:00
14 lines
263 B
Twig
14 lines
263 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 %} |