See item in the #linkItem user tag: ```html {#for item in items} <li> {#linkItem name=item.name /} {#if item.price < 15} {item.price} {#else} <del>{item.price}</del> <strong>{item.discountedPrice}</strong> {/if} </li> {/for} ``` <img width="950" alt="Screenshot 2022-05-16 at 19 02 52" src="https://user-images.githubusercontent.com/148698/168645947-0c350f56-890d-465b-8c07-9be6b2733e7c.png">
See item in the #linkItem user tag:
{#for item in items} <li> {#linkItem name=item.name /} {#if item.price < 15} {item.price} {#else} <del>{item.price}</del> <strong>{item.discountedPrice}</strong> {/if} </li> {/for}