ai_admin/templates/allauth/elements/badge.html
2024-09-20 04:29:09 +00:00

6 lines
128 B
HTML
Executable File

{% load allauth %}
<strong {% if attrs.title %}title="{{ attrs.title }}"{% endif %}>
{% slot %}
{% endslot %}
</strong>