Returns true if on the home page, false if not.
Example:
<?php if (isHome()) echo 'I am on the home page.'; ?>
We've got all the documentation you'll need right here.