Files
design-themes/theme_notes/views/snippets/s_intro_pill.xml
T

16 lines
381 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_intro_pill" inherit_id="website.s_intro_pill">
<!-- Title -->
<xpath expr="//h1" position="replace" mode="inner">
Discover our<br/>latest album
</xpath>
<!-- Button -->
<xpath expr="//a[hasclass('btn')]" position="replace" mode="inner">
Listen now
</xpath>
</template>
</odoo>