default crud new function

This commit is contained in:
2019-12-05 22:54:52 +01:00
parent f85462ac40
commit b402eabeb9
6 changed files with 83 additions and 14 deletions

View 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 %}