{% with element=href|yesno:"a,span" %} {# djlint:off #} <{{ element }} class="badge text-bg-{{ variant }}{% if pill %} rounded-pill{% endif %}{% if class %} {{ class }}{% endif %}" {{ attrs }}>{{ text }}{{ slot }} {# djlint:on #} {% endwith %}