mirror of
https://github.com/Hopiu/djLint.git
synced 2026-05-20 19:01:52 +00:00
6 lines
137 B
HTML
6 lines
137 B
HTML
|
|
{% spaceless %}
|
||
|
|
{% for widget in widget.subwidgets %}
|
||
|
|
{% include widget.template_name %}
|
||
|
|
{% endfor %}
|
||
|
|
{% endspaceless %}
|