sindresorhus / gulp-template

Render/precompile Lodash templates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can you tell me how can I loop this in this template?

cruel32 opened this issue · comments

-json
{
"name" : "csh",
"eachTest" : [
{"value":1},
{"value":2},
{"value":3},
{"value":4}
]
}

-html

<%= name %> <%= eachTest %>