.cards-example.max-w
h2 Example of rendering product cards
.product(v-for='product in products' :key='product.id')
h3 {{ product.title }}
ul: li(v-for='variant in product.variants' :key='variant.id')
smart-link(:to='variant.url')
| {{ variant.title }} - ${{ variant.price.amount }}