From 4c54a95f500a2c53cda18b0f82daa5dd36e1b961 Mon Sep 17 00:00:00 2001 From: myrmidex Date: Fri, 5 Jun 2026 23:09:58 +0000 Subject: [PATCH] 4 - Expose user ID to map controller, add rating panel container --- templates/index/page.html.twig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/index/page.html.twig b/templates/index/page.html.twig index 63f526c..d026a2d 100644 --- a/templates/index/page.html.twig +++ b/templates/index/page.html.twig @@ -1,5 +1,6 @@ {% extends 'base.html.twig' %} {% block body %} -
+
+
{% endblock %}