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.
 
 
 
 
 

34 lines
1.5 KiB

<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<template id="amazing_banner" inherit_id="website.snippets" name="Amazing banner">
<xpath expr="//div[@id='snippet_structure']/div[hasclass('o_panel_body')]" position="inside">
<t t-snippet="theme_xtream.amazing" t-thumbnail="/theme_xtream/static/src/img/snippets/amazing_banner.jpg"/>
</xpath>
</template>
<template id="amazing" name="Amazing">
<section class="body_section">
<section class="amazing">
<section class="amazing_bg" style="background-image: url(/theme_xtream/static/src/img/bg-img/bg-5.jpg);">
<div class="container">
<div class="row">
<div class="amazing_content">
<h2>BLACK BOOTS</h2>
<p>
* Free shipping until 25 Dec 2017
</p>
<div class="rate">
<span>$25.90</span>
<span>
$15.90
</span>
</div>
<a href="#" class="btn btn-primary" id="special">SHOP NOW</a>
</div>
</div>
</div>
</section>
</section>
</section>
</template>
</odoo>