Code:
{if $main eq "catalog" and $current_category.category eq ""}
Home Page Text
{elseif $main eq "catalog" AND $current_category.category ne ""}
Category is {$current_category.category}
{elseif $main eq "product" and $product.product}
Product is: {$product.product}
{/if}