9 lines
No EOL
211 B
HTML
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 %} |