12 lines
358 B
Plaintext
12 lines
358 B
Plaintext
{{ if data.description }}
|
|
{{@ data.description }}
|
|
{{ /if }}
|
|
{{ if data.productImages }}
|
|
{{ each data.productImages image }}
|
|
<img src="{{ image.urlBig.includes('?x-oss-process') ? image.urlBig.split('?')[0] : image.urlBig }}">
|
|
{{ if image.description }}
|
|
{{@ image.description }}
|
|
{{ /if }}
|
|
{{ /each }}
|
|
{{ /if }}
|