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.
17 lines
646 B
17 lines
646 B
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<template id="index2_blog" inherit_id="website.snippets"
|
|
name="Index2_Blog">
|
|
<xpath expr="//div[@id='snippet_feature']/div[hasclass('o_panel_body')]"
|
|
position="inside">
|
|
<t t-snippet="theme_diva.diva_index2_blog"
|
|
t-thumbnail="/theme_diva/static/src/images/snippets/index-2/blog.jpg"/>
|
|
</xpath>
|
|
</template>
|
|
<template id="diva_index2_blog" name="Index 2 Blog">
|
|
<!-- Blog section starts here -->
|
|
<section class="blog_2">
|
|
</section>
|
|
<!-- Blog section end here -->
|
|
</template>
|
|
</odoo>
|
|
|