<% const body = `
${stats.worlds}
Worlds
${stats.mods}
Mods
Loading...
Server Status
${stats.minetestDir}
Minetest Directory

Quick Actions

World Management

Create and manage your game worlds

Extensions

Manage games, mods, and texture packs

Server Control

Start, stop, and monitor your server

ContentDB Browser

Discover new content on ContentDB

System Information

Platform ${systemInfo.platform}
Architecture ${systemInfo.arch}
Node.js Version ${systemInfo.nodeVersion}
Minetest Directory ${stats.minetestDir}
Server Uptime N/A
Process ID N/A

Recent Activity

Activity logging will be implemented in a future update.

This will show recent world changes, mod installations, and server events.
`; %> <%- include('layout', { body: body, currentPage: 'dashboard', title: title }) %>