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.
16 lines
627 B
16 lines
627 B
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<template id="index3_blog" inherit_id="website.snippets"
|
|
name="Index3_Blog">
|
|
<xpath expr="//div[@id='snippet_feature']/div[hasclass('o_panel_body')]"
|
|
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">
|
|
</section>
|
|
</template>
|
|
</odoo>
|
|
|