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.
 
 
 
 
 

28 lines
1.1 KiB

<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<!-- starting template for recently added products template-->
<template id="eco_food_recently_added_products" name="EcoFood Recently Added Products">
<section class="recent_product">
<div class="f_wrapper">
<div class="container-fluid">
<div class="row">
<div class="col-12">
<div class="featured_wrapper">
<div class="main_heading">
<h1>
Recently Added Products
</h1>
<p>
Add products to weekly line up
</p>
</div>
<div class="featured_slider recently_added_carousel">
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</template>
</odoo>