{% load allauth %} {% comment %} djlint:off {% endcomment %} <{% if attrs.href %}a href="{{ attrs.href }}"{% else %}button{% endif %} class="btn {% if 'link' in attrs.tags %}btn-link{% elif 'danger' in attrs.tags %}btn-{% if 'outline' in attrs.tags %}outline-{% endif %}danger{% elif 'secondary' in attrs.tags %}btn-{% if 'outline' in attrs.tags %}outline-{% endif %}secondary{% elif 'outline' in attrs.tags %}btn-outline-primary{% else %}btn-primary{% endif %}{% if 'prominent' in attrs.tags %} w-100{% endif %}{% if 'minor' in attrs.tags %} btn-sm{% endif %}" {% if attrs.form %}form="{{ attrs.form }}"{% endif %} {% if attrs.id %}id="{{ attrs.id }}"{% endif %} {% if attrs.name %}name="{{ attrs.name }}"{% endif %} {% if attrs.value %}value="{{ attrs.value }}"{% endif %} {% if attrs.type %}type="{{ attrs.type }}"{% endif %}> {% slot %}{% endslot %}