You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
589 B
16 lines
589 B
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<!-- Winter Collection-->
|
|
<template id="winter_collection" name="Winter Collection Carousel">
|
|
<section class="container py-md-5 ">
|
|
<div class="st-wrapper">
|
|
<div class="st-product-list__header">
|
|
<h3 class="st-section__head">Winter Collections</h3>
|
|
<a href="/shop" class="st-link">View all</a>
|
|
</div>
|
|
<div class="winter_products_carousel">
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</template>
|
|
</odoo>
|