Regular Badges
{% include 'django_spire/badge/primary_badge.html' with badge_text='Primary Badge' %}
{% include 'django_spire/badge/secondary_badge.html' with badge_text='Secondary Badge' %}
{% include 'django_spire/badge/success_badge.html' with badge_text='Success Badge' %}
{% include 'django_spire/badge/warning_badge.html' with badge_text='Warning Badge' %}
{% include 'django_spire/badge/danger_badge.html' with badge_text='Danger Badge' %}
{% include 'django_spire/badge/accent_badge.html' with badge_text='Accent Badge' %}
Outlined Badges
{% include 'django_spire/badge/primary_outlined_badge.html' with badge_text='Primary Outlined Badge' %}
{% include 'django_spire/badge/secondary_outlined_badge.html' with badge_text='Secondary Outlined Badge' %}