mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-19 16:54:25 +00:00
12 lines
340 B
Twig
12 lines
340 B
Twig
{% extends "@ChillMain/layout.html.twig" %}
|
|
|
|
{% block content %}
|
|
{% block admin_content %}<!-- block content empty -->
|
|
<div class="container-fluid">
|
|
<div class="col-10 push-1">
|
|
<h2>{{ 'Welcome to the admin section !'|trans }}</h2>
|
|
</div>
|
|
</div>
|
|
{% endblock %}
|
|
{% endblock %}
|