<nav class="tags">
<?php foreach ($tags as $tag): ?>
<a href="?view=tags&tag=<?=$tag?>"><?=$tag?></a>
<?php endforeach ?>
</nav>