{% comment %} Google Sign In button component using official Google brand assets This component renders Google's official Sign In button following their branding guidelines. Uses django-allauth's OAuth flow. Parameters: - login_url: The URL to redirect to (typically {% provider_login_url 'google' %}) (required) Usage: {% load static socialaccount %} {% include 'components/google_signin_button.html' with login_url=google_url %} {% endcomment %} {% load static %} Sign in with Google