Adrien Delorme ff01e6715a
HCL2: add templatefile function (#10776)
* tests
* docs
2021-03-23 12:02:05 +01:00

4 lines
40 B
Cheetah

%{ for x in list ~}
- ${x}
%{ endfor ~}