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