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.
 
 
 
 
 

31 lines
1.3 KiB

<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<!-- Template for subscribe section snippet-->
<template id="subscribe_section" name="Subscribe Section">
<section class="subscribe">
<div class="wrapper">
<div class="container">
<div class="sub_content"
t-att-style="'background-image: url(/theme_upshift/static/src/img/banner/sub.png)'">
<h2>Enough talk, let’s get to work</h2>
<a href="#" class="btn btn-primary">
Learn more
<span>
<img src="/theme_upshift/static/src/img/icons/arrow.svg"
class="ml-1" width="25px" alt=""/>
</span>
</a>
</div>
</div>
</div>
</section>
</template>
<template id="subscribe_section_snippet" inherit_id="website.snippets"
priority="8">
<xpath expr="//div[@id='snippet_structure']/div[hasclass('o_panel_body')]"
position="inside">
<t t-snippet="theme_upshift.subscribe_section"
t-thumbnail="/theme_upshift/static/description/images/icons/subscribe-section.png"/>
</xpath>
</template>
</odoo>