mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
11 lines
238 B
Twig
11 lines
238 B
Twig
{% extends '@ChillMain/layout.html.twig' %}
|
|
|
|
{% block title %}
|
|
{% include('@ChillMain/CRUD/_edit_title.html.twig') %}
|
|
{% endblock %}
|
|
|
|
{% block content %}
|
|
{% embed '@ChillMain/CRUD/_edit_content.html.twig' %}
|
|
{% endembed %}
|
|
{% endblock %}
|