{% extends "base.html" %} {% block title %}Dashboard - {{project_name}}{% endblock %} {% block content %}
Welcome to Your Dashboard

👤 Your Profile

Username: {{ user.username }}

Email: {{ user.email }}

{% if user.full_name %}

Full Name: {{ user.full_name }}

{% endif %}

User ID: {{ user.id }}

Quick Actions

📊 Analytics

View your statistics

⚙️ Settings

Manage your account

📝 Content

Create new content

Logout
{% endblock %}