Printing out all variables

Before we learned how to print node variables now lets see how to get all variables that are present on page

<pre>
   <?php print_r(get_defined_vars()); ?>
</pre> 

is put in the code on your page.tpl.php, maybe you can get some nicer view of this with devel module and kumo output.