{lang="home"}{{if count( \IPS\Output::i()->breadcrumb )}}
{{endif}}
{{$i = 0;}} {{foreach \IPS\Output::i()->breadcrumb as $k => $b}}
{{if $b[0] === NULL}} {$b[1]} {{else}}
{$b[1]} {{if ( $i + 1 != count( \IPS\Output::i()->breadcrumb ) )}}
{{endif}}
{{endif}}
{{$i++;}} {{endforeach}}