summaryrefslogtreecommitdiff
path: root/addons/website_sale/static/src/xml/website_sale.xml
blob: 2b9e9e9a1694669716ae66658dcaeca0deb70144 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>

<templates xml:space="preserve">

    <t t-name="productVideo">
        <div class="embed-responsive embed-responsive-16by9 mt-2" t-if="embedCode">
            <t t-raw="embedCode"/>
        </div>
    </t>

</templates>