I'm still struggling a bit with template contexts
What I want to do is put a code snippet in the header of my site base
template that either presents the user with a small login form if they
aren't authenticated or display a "Welcome! user" where user is linked
to their profile.
It seems I have to pass RequestContext(request) everytime I call
render_to_response but I'm sure there's an easier way I'm missing.
I've read through the docs and apologize if I'm missing it but can
someone help with some advice?
Thanks in advance.