McDoPlus/templates/home/resa.html.twig
2023-11-29 14:58:03 +01:00

13 lines
No EOL
237 B
Twig

{% extends 'base.html.twig' %}
{% block title %}New Resa{% endblock %}
{% block body %}
<div class="center">
<h1>Create new Resa</h1>
<article>
{{ include('home/_form.html.twig') }}
</article>
</div>
{% endblock %}