blob: c8cd5bc5e59128fd970ac9df7b0ca6272b4ccc2b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?xml version="1.0" encoding="UTF-8"?>
<templates id="template" xml:space="preserve">
<t t-name="DiscountButton" owl="1">
<span class="control-button js_discount">
<i class="fa fa-tag"></i>
<span> </span>
<span>Discount</span>
</span>
</t>
</templates>
|