4 lines
53 B
Plaintext
4 lines
53 B
Plaintext
|
<%- for ${2:item} in ${1:list} -%>
|
||
|
${3}
|
||
|
<%- end -%>
|