mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-24 00:23:50 +00:00
default crud new function
This commit is contained in:
10
Resources/views/CRUD/new.html.twig
Normal file
10
Resources/views/CRUD/new.html.twig
Normal file
@@ -0,0 +1,10 @@
|
||||
{% extends '@ChillMain/layout.html.twig' %}
|
||||
|
||||
{% block title %}
|
||||
{% include('@ChillMain/CRUD/_new_title.html.twig') %}
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
{% embed '@ChillMain/CRUD/_new_content.html.twig' %}
|
||||
{% endembed %}
|
||||
{% endblock %}
|
Reference in New Issue
Block a user