<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">
{{#if url}}<a class="breadcrumb__link text-primary" href="{{url}}">{{/if}}
{{title}}
{{#if url}}</a>{{/if}}
</span>
{
"title": "Living Well",
"url": "#"
}
.breadcrumb {
&:not(:first-child) {
&:before {
content: ">";
@apply mr-2;
}
}
}
There are no notes for this item.