While I am trying put login with google in my Django web framework, the username in Gmail fetched using:
<a>Hello {{ user.get_full_name|default:user.username }}!</a>
In my `home.html file.
My question is to how can I get the profile picture of my Gmail account in the same HTML?