{# djlint:off #} {% with element=href|yesno:"a,button" %} <{{ element }} {% if element == "button" %}type="button"{% endif %} class="btn btn-tool" {{ attrs }}> {% if icon %} {% else %} {{ slot }} {% endif %} {% endwith %} {# djlint:on #}