Files
WebTech/templates/dashboard.html
2025-04-03 15:55:50 +02:00

10 lines
215 B
HTML

{% extends "base_template.html" %}
{%block title%}Dashboard{%endblock%}
{%block content%}
<div class="container-xxl text-bg-info">
Box
</div>
<p>The dashboard will display here</p>
{%endblock%}