Files
WebTech/templates/dashboard.html
2025-04-01 12:10:54 +02:00

7 lines
147 B
HTML

{% extends "base_template.html" %}
{%block title%}Dashboard{%endblock%}
{%block content%}
<p>The dashboard will display here</p>
{%endblock%}