<% const body = `

📊 Server Status

Loading...
-- Uptime
-- Players Online
-- Memory Usage

🎮 Server Controls

📋 Server Console

${new Date().toLocaleTimeString()} Console ready. Start server to see logs.

đŸ‘Ĩ Online Players

No players online

`; %> <%- include('../layout', { body: body, currentPage: 'server', title: title }) %>