mirror of
https://github.com/StefBuwalda/WebTech.git
synced 2025-10-30 11:19:58 +00:00
10 lines
215 B
HTML
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%} |