osr-mono/packages/osr-templates/discourse/product_showreel.osr
2025-01-29 17:53:27 +01:00

8 lines
289 B
Plaintext

[%js%]
if(fs.images(`${PRODUCT_ROOT}/media/products`).length){
const t = html.thumbs(`${abs_url}/${product}/media/products`,`${PRODUCT_ROOT}/media/products`);
return `<h4 style="text-align:center">Products done with ${store.product.product_name}</h4>
${t}`;
}
[%endjs%]