Checks if the field is empty
<?php if(!$page->address()->isEmpty()): ?> <h2>Address</h2> <?php echo $page->address()->kirbytext() ?> <?php endif ?>