1
0
Fork 0
mirror of synced 2024-09-29 14:07:02 -04:00
formula-logrotate/logrotate/templates/job.tmpl
2015-11-20 11:33:35 +08:00

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 %}
}