{/* 1. Sidebar Kiri (Fixed) */}
{/* Mengirim state activePage untuk highlight menu */}
{/* 2. Main Content Area */}
{/* Margin Left 64 (256px) untuk memberi ruang sidebar */}
{/* Header Atas (Sticky) */}
{/* Content Scrollable */}
{children}
{/* Footer Kecil */}
);
};
// Expose ke Global
window.LayoutConsole = LayoutConsole;
})();