This feels like a really stupid and obvious question, but… how do I dynamically generate the current URL in a template? I’ve got a members-only page that shows a hard-coded login form if the user isn’t logged in, and I want the form to return them to that page when they do login (using the <input type=“hidden” name=“RET” value=“http://www.example.com/members/only/” /> line, I believe).