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
817 B

<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<template id="index3_blog" inherit_id="website.snippets"
name="Index3_Blog">
<xpath expr="//snippets[@id='snippet_content']"
position="inside">
<t t-snippet="theme_diva.diva_index3_blog_snippet"
t-thumbnail="/theme_diva/static/src/images/snippets/index-3/blogs.jpg"/>
</xpath>
</template>
<template id="theme_diva.diva_index3_blog_snippet" name="Index 3 Blog">
<!-- Blog section -->
<section class="blog_index">
<div class="container">
<div class="alert alert-info">
<h4>Index 3 Blog section will appear here after saving the page.</h4>
</div>
</div>
</section>
</template>
</odoo>