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