{% with widget_id=widget.attrs.id %}
{% for subwidget in widget.subwidgets %}
{% include subwidget.template_name with widget=subwidget %}
{% endfor %}
{% endwith %}