McDoPlus/templates/resto_admin/new.html.twig
clemcle81500 6eb297c0f1 corrections fautes
corrections fautes
2023-12-05 13:40:54 +01:00

15 lines
328 B
Twig

{% extends 'base.html.twig' %}
{% block title %}New Restaurant{% endblock %}
{% block body %}
<div class="center">
<h1>Create new Restaurant</h1>
<article>
{{ include('resto_admin/_form.html.twig') }}
<a href="{{ path('app_resto_admin_index') }}">back to list</a>
</article
</div>
{% endblock %}