<div class="breadcrumbs">
    <span class="breadcrumb text-gray-dark first:ml-0 ml-2">
      <a class="breadcrumb__link text-primary" href="#">
        Parent
      </a>
    </span>
    <span class="breadcrumb text-gray-dark first:ml-0 ml-2">
      <a class="breadcrumb__link text-primary" href="#">
        Living Well
      </a>
    </span>
    <span class="breadcrumb text-gray-dark first:ml-0 ml-2">
      
        Healthy Living
      
    </span>
</div>
<div class="breadcrumbs">
  {{#each breadcrumbs}}
    {{> @breadcrumb}}
  {{/each}}
</div>
{
  "breadcrumbs": [
    {
      "title": "Parent",
      "url": "#"
    },
    {
      "title": "Living Well",
      "url": "#"
    },
    {
      "title": "Healthy Living"
    }
  ]
}

There are no notes for this item.