left4me/l4d2web/templates/dashboard.html

10 lines
257 B
HTML

{% extends "base.html" %}
{% block title %}Dashboard | left4me{% endblock %}
{% block content %}
<section class="panel">
<h1>Dashboard</h1>
<p class="muted">Use the navigation to manage servers, blueprints, and overlays.</p>
</section>
{% endblock %}