mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
20 lines
678 B
XML
20 lines
678 B
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<odoo>
|
||
|
|
|
||
|
|
<template id="s_quadrant" inherit_id="website.s_quadrant">
|
||
|
|
<!-- Title -->
|
||
|
|
<xpath expr="//h2" position="replace" mode="inner">
|
||
|
|
Music & Concerts
|
||
|
|
</xpath>
|
||
|
|
<!-- Paragraph -->
|
||
|
|
<xpath expr="//p[hasclass('lead')]" position="replace" mode="inner">
|
||
|
|
Dive into the world of music with our live concerts and artist events. From sound to stage, we bring you the best in music entertainment.<br/><br/> Experience the magic of live performances.
|
||
|
|
</xpath>
|
||
|
|
<!-- Button -->
|
||
|
|
<xpath expr="//a[hasclass('btn')]/t" position="replace" mode="inner">
|
||
|
|
See Events
|
||
|
|
</xpath>
|
||
|
|
</template>
|
||
|
|
|
||
|
|
</odoo>
|