you would use if statements , but it looks like you already know that, for example this is the code I use to show a menu item on the products page but not on the more detailed product page
Code:
{if $main eq "product" AND "products"}
{ include file="cartmods/recently_viewed.tpl"}
{/if}