Initial commit

This commit is contained in:
Crizomb 2025-06-28 12:17:52 +02:00
commit 3bc898dd10
130 changed files with 25918 additions and 0 deletions

View file

@ -0,0 +1,11 @@
{% extends 'base.html.twig' %}
{% block title %}New CollectionFractal{% endblock %}
{% block main %}
<h1>Create new CollectionFractal</h1>
{{ include('collection_fractal/_form.html.twig') }}
<a href="{{ path('app_collection_fractal_index') }}">back to list</a>
{% endblock %}