8 lines
167 B
Plaintext
8 lines
167 B
Plaintext
[%js%]
|
|
if(store.product.howtos && store.product.howtos.length){
|
|
return store.product.howtos.map((i)=>{
|
|
return i
|
|
}).join('\n<br/>');
|
|
}
|
|
[%endjs%]
|