{% load allauth %}
{% if attrs.tags and "primary" in attrs.tags %}
{% slot %}{% endslot %}
{% elif attrs.tags and "secondary" in attrs.tags %}
{% slot %}{% endslot %}
{% elif attrs.tags and "warning" in attrs.tags %}
{% slot %}{% endslot %}
{% else %}
{% slot %}{% endslot %}
{% endif %}