```
<template id="custom_homepage" inherit_id="website.homepage" name="Home">
<xpath expr="//t[@t-call='website.layout']" position="replace">
<t t-call="website.layout">
<t t-set="pageName" t-value="'homepage'"/>
<div id="wrap" class="oe_structure">
This is the new homepage.
div>
t>
xpath>
template>```
I am using this code to override the home page but when i try to update the theme an error occurred "Error - Remaining: ['Home']"
I am Using Odoo15 entreprise