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.
42 lines
1.8 KiB
42 lines
1.8 KiB
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<!-- Templates for the "subscribe" highlight snippet.-->
|
|
<template id="subscribe_highlight" name="Subscribe Highlight">
|
|
<section class="subscribe">
|
|
<div class="heading_wrapper text-center">
|
|
<p>Get In Touch</p>
|
|
<h3 class="section_heading pt-2">
|
|
Join Our Newsletter
|
|
</h3>
|
|
</div>
|
|
<div class="wrapper">
|
|
<div class="container">
|
|
<div class="row justify-content-md-center">
|
|
<div class="col col-lg-6">
|
|
<p>
|
|
Lorem ipsum dolor sit amet, consectetur
|
|
adipiscing elit. Mattis nisl, elementum elit
|
|
arcu amet nec non eget felis. Eu ut cursus
|
|
luctus nunc.
|
|
</p>
|
|
<div class="sb_wrapp">
|
|
<input type="text" class="search-input"
|
|
placeholder="Your Email"/>
|
|
<a href="#" class="btn btn-sb">Subscribe</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</template>
|
|
|
|
<template id="subscribe_highlight_snippet"
|
|
inherit_id="website.snippets"
|
|
name="Subscribe Highlight Snippet">
|
|
<xpath expr="//snippets[@id='snippet_groups']" position="inside">
|
|
<t t-snippet="theme_og_store.subscribe_highlight"
|
|
t-thumbnail="/theme_og_store/static/src/images/snippets/banner.jpg"/>
|
|
</xpath>
|
|
</template>
|
|
</odoo>
|
|
|