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