Add admin nav link and reuse site header/footer on admin pages

Admins now see an Admin link in the main navigation, and the admin
section inherits the branded header/footer from layout/site.html.twig
instead of the bare base layout.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
Frank
2026-07-04 19:15:24 +02:00
co-authored by Claude Sonnet 5
parent 5b03bd1d1c
commit 703d2af3d8
4 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
{% extends 'base.html.twig' %}
{% extends 'layout/site.html.twig' %}
{% block main %}
<div style="display: flex; min-height: calc(100vh - 60px);">