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