<div class="a-dotTag font-weight-normal text-muted d-flex align-items-center">
    <div class="a-dotTag__dot rounded-circle bg-blue"></div>
    <div class="a-dotTag__text">Appartementen</div>
</div>
<div class="a-dotTag font-weight-normal text-muted d-flex align-items-center">
    <div class="a-dotTag__dot rounded-circle {% if color %}bg-{{color}}{% endif %}"></div>
    <div class="a-dotTag__text">{{text}}</div>
</div>
{
  "color": "blue",
  "text": "Appartementen"
}

No notes defined.