This commit is contained in:
2025-05-18 00:18:54 -05:00
parent 6fb15b6d5c
commit 68c069f02a
24 changed files with 836 additions and 10 deletions

View File

@ -0,0 +1,5 @@
{% extends 'base.html' %}
{% block content %}
<h2>User Dashboard</h2>
<p>Welcome to your dashboard, {{ current_user.email }}.</p>
{% endblock %}