Checks if the user is the same as the given $user object
<?php if($site->user()->is($site->user('bastian'))): ?> Put some message here. <?php endif ?>