Tag

<div class="tag bg-delta w-max py-1 px-1.5 rounded text-xs text-grey-800">

    This is a tag

</div>
{% if tag %}
    <div class="tag bg-delta w-max py-1 px-1.5 rounded text-xs text-grey-800">
        {% if text %}
            {{ text }}
        {% else %}
            Tag
        {% endif %}
    </div>
{% endif %}
{
  "siteName": "Gigaclear Pattern Library",
  "tag": "true",
  "text": "This is a tag",
  "url": "./index"
}

No notes defined.