diff --git a/package-lock.json b/package-lock.json
index da610c0..2f192a1 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -2123,14 +2123,8 @@
}
},
"node_modules/@symfony/ux-turbo": {
- "version": "0.1.0",
- "resolved": "file:vendor/symfony/ux-turbo/assets",
- "dev": true,
- "license": "MIT",
- "peerDependencies": {
- "@hotwired/stimulus": "^3.0.0",
- "@hotwired/turbo": "^7.1.1 || ^8.0"
- }
+ "resolved": "vendor/symfony/ux-turbo/assets",
+ "link": true
},
"node_modules/@symfony/webpack-encore": {
"version": "5.0.1",
@@ -6881,6 +6875,20 @@
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
+ },
+ "vendor/symfony/ux-turbo/assets": {
+ "name": "@symfony/ux-turbo",
+ "version": "0.1.0",
+ "dev": true,
+ "license": "MIT",
+ "devDependencies": {
+ "@hotwired/stimulus": "^3.0.0",
+ "@hotwired/turbo": "^7.1.0 || ^8.0"
+ },
+ "peerDependencies": {
+ "@hotwired/stimulus": "^3.0.0",
+ "@hotwired/turbo": "^7.1.1 || ^8.0"
+ }
}
}
}
diff --git a/templates/base.html.twig b/templates/base.html.twig
index 3c514b9..77c34af 100644
--- a/templates/base.html.twig
+++ b/templates/base.html.twig
@@ -5,17 +5,20 @@
-
+
-
-
- {% if block('des') is not defined %}
+
+
+ {% if block('des') is not defined %}
{% else %}
@@ -82,7 +85,16 @@
{% block body %}{% endblock %}