mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
14 lines
376 B
XML
14 lines
376 B
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<odoo>
|
||
|
|
|
||
|
|
<template id="s_images_mosaic" inherit_id="website.s_images_mosaic">
|
||
|
|
<xpath expr="//h2" position="replace" mode="inner">
|
||
|
|
Our New Festival Highlights
|
||
|
|
</xpath>
|
||
|
|
<xpath expr="//p" position="replace" mode="inner">
|
||
|
|
Enjoy fresh activities and top performances at our event.
|
||
|
|
</xpath>
|
||
|
|
</template>
|
||
|
|
|
||
|
|
</odoo>
|