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