{% with element=href|yesno:"a,button" %}
  • {# djlint:off #} <{{element}} class="group {% if selected %}menu-active{% endif %}" {{ attrs }}> {% if icon %}{% endif %} {{ label }} {% if badge %}{% endif %} {# djlint:on #}
  • {% endwith %}