% const titleText = typeof title !== "undefined" ? title : ""; const subtitleText = typeof subtitle !== "undefined" ? subtitle : ""; const showUser = typeof showUserName !== "undefined" ? showUserName : true; // ✅ Standard: Button anzeigen const hideDashboard = typeof hideDashboardButton !== "undefined" ? hideDashboardButton : false; %>