{% for tab in tabs %} {% endfor %}
{% if is_htmx %}
{% else %}
{% for tab in tabs %} {% if tab.content %}
{{ tab.content }}
{% endif %} {% endfor %}
{% endif %}