init project

This commit is contained in:
maher
2025-10-27 13:12:25 +01:00
commit d034a3e43e
257 changed files with 86878 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{% extends 'backend/basic/base_partner.html.twig' %}
{% block title %} Télécharger {% endblock %}
{% block content %}
<h1 class="h3 mb-3">
<strong>Home</strong> Télécharger
</h1>
<div class="row">
</div>
{% endblock %}