feat: Add logout link in index

This commit is contained in:
Dendy 2025-10-28 08:14:23 +01:00
parent 711529d360
commit aed6561808
1 changed files with 6 additions and 0 deletions

View File

@ -40,4 +40,10 @@
</div> </div>
</div> </div>
{% endblock %} {% endblock %}
<hr>
<div class="d-flex flex-row gap-3">
<a href="{{ path("app_logout") }}">logout</a>
</div>
{% endblock body %} {% endblock body %}