<?php $post = $this->currentPost; ?> <div class="well"> <a class="pull-left" href="#"> <?php echo $post['pseudo']; ?> </a> <br/> <p><?php echo $post['message']; ?></p> </div>