mirror of
https://github.com/Xevion/v1.xevion.dev.git
synced 2025-12-10 16:09:05 -06:00
5 lines
162 B
HTML
5 lines
162 B
HTML
{% extends '/dashboard/dashboard_base.html' %}
|
|
{% set dashboard_home_active = True %}
|
|
{% block dashboard_body %}
|
|
<section></section>
|
|
{% endblock dashboard_body %} |