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.
15 lines
663 B
15 lines
663 B
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<!-- This is a template for adding a blog section to the Index 2 page -->
|
|
<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>
|
|
|
|
<!-- This is the template for the Index 2 Blog section -->
|
|
<template id="diva_index2_blog" name="Index 2 Blog">
|
|
<section class="blog_2">
|
|
</section>
|
|
</template>
|
|
</odoo>
|
|
|