{{#if page.breadcrumbs}}
    {{#with page.componentVersion}} {{#if (and ./title (not (or ./root (eq @root.page.breadcrumbs.0.content ./title))))}}
  • {{{./title}}}
  • {{/if}} {{/with}} {{#each page.breadcrumbs}}
  • {{~#if (and ./url (eq ./urlType 'internal'))~}} {{{./content}}} {{~else~}} {{{./content}}} {{~/if~}}
  • {{/each}}
{{/if}}