mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
16 lines
415 B
XML
16 lines
415 B
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<odoo>
|
||
|
|
|
||
|
|
<template id="s_unveil" inherit_id="website.s_unveil">
|
||
|
|
<!-- Title -->
|
||
|
|
<xpath expr="//h2" position="replace" mode="inner">
|
||
|
|
Feel the Beat
|
||
|
|
</xpath>
|
||
|
|
<!-- Paragraph -->
|
||
|
|
<xpath expr="//p" position="replace" mode="inner">
|
||
|
|
Join the celebration with electrifying performances and unforgettable moments.
|
||
|
|
</xpath>
|
||
|
|
</template>
|
||
|
|
|
||
|
|
</odoo>
|