<a href="#" class="n7-category n7-category--lg text-primary-600 hover:underline hover:text-primary-800 focus:text-primary-800">
    Category label
</a>
<{% if href %}a href="{{ href }}"{% else %}span {% endif %} class="n7-category{% block classes %} {{ classes }}{% endblock %}{% if href %} text-primary-600 hover:underline hover:text-primary-800 focus:text-primary-800{% endif %}">
    {% block content %}{{ text }}{% endblock %}
</{% if href %}a{% else %}span{% endif %}>
{
  "text": "Category label",
  "href": "#",
  "classes": "n7-category--lg"
}

No notes defined.