<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Nestro Service Dashboard</title>
  <link rel="stylesheet" href="/css/dashboard.css">
  <link rel="icon" type="image/x-icon" href="https://github.com/user-attachments/assets/09579645-adb7-4be6-a503-f7c297ed62e5">
</head>
<body>
  <div class="container">
    {{{body}}}
  </div>
  
  {{> loading}}
  
  <script src="/js/dashboard.js"></script>
</body>
</html>

