<div class="tag bg-echo-300 text-bravo-900 w-max py-px px-2 rounded-full text-tiny font-heading uppercase">

    Publishing

</div>
{% if tag %}
    <div class="tag {{ bgColour }} text-bravo-900 w-max py-px px-2 rounded-full text-tiny font-heading uppercase">
        {% if text %}
            {{ text }}
        {% else %}
            Tag
        {% endif %}
    </div>
{% endif %}
{
  "siteName": "BIR Pattern Library",
  "tag": "true",
  "text": "Publishing",
  "url": "./index",
  "bgColour": "bg-echo-300"
}

No notes defined.