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.
23 lines
926 B
23 lines
926 B
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<!-- Templates for the Testimonials.-->
|
|
<template id="testimonial_highlight" name="Testimonial Highlight">
|
|
<section class="testimonial_section">
|
|
<div class="container">
|
|
<div class="alert alert-info">
|
|
<h4>Your Testimonial Tab snippet will be displayed here...
|
|
Please save to view the snippet
|
|
</h4>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</template>
|
|
|
|
<template id="testimonials_highlight_snippet" inherit_id="website.snippets"
|
|
name="Testimonials Highlight Snippet">
|
|
<xpath expr="//snippets[@id='snippet_groups']" position="inside">
|
|
<t t-snippet="theme_og_store.testimonial_highlight"
|
|
t-thumbnail="/theme_og_store/static/src/images/snippets/banner.jpg"/>
|
|
</xpath>
|
|
</template>
|
|
</odoo>
|
|
|