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.
21 lines
813 B
21 lines
813 B
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<!-- Testimonial snippet template -->
|
|
<template id="client_testimonial" name="Client Testimonial">
|
|
<section class="s_quotes_carousel_wrapper testimonial oe_structure">
|
|
<div class="container s_quotes_carousel">
|
|
<div class="row">
|
|
<div class="col-lg-12">
|
|
<div class="common_p">
|
|
Why choose us
|
|
</div>
|
|
<h5 class="common_heading white_heading">
|
|
Cheap prices with QUALITY CARS
|
|
</h5>
|
|
</div>
|
|
</div>
|
|
<div class="testimonial_carousel wrapper"/>
|
|
</div>
|
|
</section>
|
|
</template>
|
|
</odoo>
|