7 lines
98 B
Cheetah
7 lines
98 B
Cheetah
|
# vim: sw=2 sts=2 ts=2 sw et
|
||
|
{{ path }} {
|
||
|
{% for item in data %}
|
||
|
{{ item }}
|
||
|
{%- endfor %}
|
||
|
}
|