homedocs/app/templates/dashboard.html
2025-03-30 19:20:13 +02:00

9 lines
No EOL
211 B
HTML

{% extends "layout.html" %}
{% block content %}
<h1>Dashboard</h1>
<div id="server-list">
<!-- Server list will be dynamically loaded here -->
</div>
<script src="/static/js/app.js"></script>
{% endblock %}