Display a breadcrumb
It is already done for you, here is the code:
<?php echo $this->breadcrumbs(); ?>
You can set a different separator by adding it to the method:
<?php echo $this->breadcrumbs('/'); ?>
Note: if you want to set a '\' as a separator you will need to write '\\'