hrmn if you are putting it in the post template it should show up in only the post url :
www.site.com/the-post/
if you want it to show on the main page also add it in index.php template
between <div id=post> (or something along those lines)
try this code
<?php the_tags('Tags:', ' ', ''); ?>