4 lines
112 B
Plaintext
4 lines
112 B
Plaintext
|
{% for w in workspaces %}
|
||
|
Static { xpos = {{w.x}} , ypos = {{w.y}}, width = {{w.w}}, height = 24 }
|
||
|
{% endfor %}
|