mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-19 16:54:25 +00:00
9 lines
218 B
Twig
9 lines
218 B
Twig
{% extends "@ChillMain/Admin/layoutWithVerticalMenu.html.twig" %}
|
|
|
|
{% block admin_content %}
|
|
<h1>{{ 'Administration interface'|trans }}</h1>
|
|
|
|
<p>{{ 'Welcome to the admin section !'|trans }}</p>
|
|
|
|
{% endblock %}
|