<header> <?php if(isset($data->content['header'])): ?> <h2><?php echo $data->content['header']; ?> <?php if(isset($data->content['tm']) && $data->content['tm']): ?> <sup>TM</sup> <?php endif; ?></h2> <?php endif; ?> <p><?php echo $data->content['text']; ?></p> </header>