My Django project templating structure is
AuthApp/ login.html MainApp/ base.html
I want to use base.html file in login.html file, using below code.