I want to inherit the web SearchPanelContent
<?xml version="1.0" encoding="UTF-8"?>
<templates id="template" xml:space="preserve">
<t t-inherit="web.SearchPanelContent" t-inherit-mode="extension">
<xpath expr="//div[@class='o_search_panel']" position="inside">
<div class="my-custom-content">
<h2>My Custom Content</h2>
<p>这里是我添加的新内容。</p>
</div>
</xpath>
</t>
</templates>
This way of writing is of no use