This commit is contained in:
kali
2024-04-01 17:56:37 +03:00
parent 432b2547cf
commit a0458705fb
12 changed files with 308 additions and 17 deletions

View File

@ -0,0 +1,8 @@
{% extends "layouts/simple.html.twig" %}
{% block title %}{{ title }}{% endblock %}
{% block content %}
<h1 class="display-4">{{ title }}</h1>
{{ create_form() }}
{% endblock %}