I'm trying to do some page-specific stuff in one of my templates. When I do a {get_template_vars}, I always get a list of four page-related variables that contain the same thing:
Why are there four vars, and what exactly are the differences among them? Which one should I use?page = test
page_id = test
page_name = test
page_alias = test
Thank you,
zims