mirror of
https://github.com/StefBuwalda/WebTech.git
synced 2025-10-30 03:10:00 +00:00
7 lines
147 B
HTML
7 lines
147 B
HTML
{% extends "base_template.html" %}
|
|
|
|
{%block title%}Dashboard{%endblock%}
|
|
|
|
{%block content%}
|
|
<p>The dashboard will display here</p>
|
|
{%endblock%} |