1
0
angie-conv-image/doc/examples/config-template/conf/site/my-caches.txt.j2

4 lines
67 B
Django/Jinja

{%- for h in (j2cfg.my_caches or []) %}
{{ h.name }}
{%- endfor %}