From aed6561808e18aeef34bbb3be5fdc093bcb9057f Mon Sep 17 00:00:00 2001 From: Dendy Faist Date: Tue, 28 Oct 2025 08:14:23 +0100 Subject: [PATCH] feat: Add logout link in index --- templates/main/index.html.twig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/templates/main/index.html.twig b/templates/main/index.html.twig index b634fc7..c922b0c 100644 --- a/templates/main/index.html.twig +++ b/templates/main/index.html.twig @@ -40,4 +40,10 @@ {% endblock %} + +
+ +
+ logout +
{% endblock body %}