Server-rendered analytics view for consent records.
Mount inside an auth-protected scope at whatever path makes sense for your app — the plug doesn't care about its own URL:
forward "/admin/keksdose/records", Keksdose.DashboardPlugAny GET that lands on the plug renders the dashboard. Non-GET methods return 405.
The host application is responsible for authentication. This plug does no access control of its own.