{% extends 'base.html' %} {% block title %}Home{% endblock %} {% block content %}
A modern web application with secure authentication, role-based permissions, and powerful features.
Hello, {{ user.full_name|default:user.email }}!
Go to Dashboard {% else %}Get started by creating an account or logging in.
Sign Up Login {% endif %}Complete authentication system with email verification, password reset, and social login (Google & Facebook).
Built-in user group system with admin, staff, and user roles for granular permission control.
Fully containerized with Docker Compose, PostgreSQL database, and production-ready configuration.