$mission only on front page

I have found a few posts on this subject and it appears as though most people are wanting to do the opposite of what I need. Currently the mission statement shows up on all paginated pages of the front page. My goal is to have mission show up only on the homepage however.
Here is the current code in the page.tpl.php file:
<?php if ($mission) { ?><?php print $mission ?><?php } ?>
I have tried the following with no success:
<?php if ($is_front) { ?><?php print $mission ?><?php } ?>
&
<?php if ($page==0) { ?><?php print $mission ?><?php } ?>
Thanks,
Keto

Advertising