Splits the field content into an array
<h2>Tags</h2> <ul> <?php foreach($page->tags()->split(',') as $tag): ?> <li><?php echo $tag ?></li> <?php endforeach ?> </ul>