{% extends 'base.html' %} {% block title %}Home - Django Boilerplate{% endblock %} {% block content %}
A production-ready Django starter template with authentication, social login, role-based permissions, and Docker support.
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.