forked from saratov/infra
7 lines
87 B
Plaintext
7 lines
87 B
Plaintext
|
{% for g in groups %}
|
||
|
[{{g}}]
|
||
|
{% for h in groups[g] %}
|
||
|
{{h}}
|
||
|
{% endfor %}
|
||
|
{% endfor %}
|