I'm still trying to get used to using Contemplate...

I've used the 'body variables' to drop fields int a custom body (using contemplate) but these body variables seem to drop in specific taxonomy items rather than the code for dropping whatever taxonomy terms are actually used in that node.

I'll try to explain better....
when setting up the custom body, the body variables show what gets printed when you would select a given code...it says it is just an example but I notice that when it drops the code in, it's referencing specific taxonomy term items. So for the node it's using as an example, it shows the proper info, but when you look at another node that doesn't have those same taxonomy term items, it shows nothing (where I'd want it to show whatever taxonomy term items were posted on that post).

It's dropping in code like this:
print $node->taxonomy[606]->name
print $node->tags[31][607]->name

ANd I can't figure out the first line....there is no taxonomy term with the ID of 607

The tags one references the taxonomy term (31) and then the taxonomy term item (607) - I tried just taking off the [607] in hopes it would print any term used on the node but that just removed the term from the node that WAS working.

I'm sure I'm missing something rather simple but I can't figure it out.