{% extends 'website/home/base.html' %} {% load static %} {% block title %} Customer Login {% endblock %} {% block content %}

🔐 Customer Login

Sign in to access your account

{% csrf_token %}
Forgot password?

Don't have an account? Sign up

{% endblock %}