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

No notes defined.