4 lines
95 B
Plaintext
4 lines
95 B
Plaintext
|
{% for workspace in workspaces %}
|
||
|
{{workspace.w}} {{workspace.x}} {{workspace.y}}
|
||
|
{% endfor %}
|