move back templates files in Resources/views (revert ced9d17d03)

This commit is contained in:
2020-09-06 20:38:42 +02:00
parent 0fafc5e3a9
commit 4d328e849d
78 changed files with 0 additions and 0 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 %}