poly-mech/osr/product_howtos.osr
2024-08-18 16:34:30 +02:00

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%]