Why did this work:
<template id="custom_content" inherit_id="website.layout">
<xpath expr="//main" position="replace">
// content
</xpath>
</template>
and this not:
<template id="custom_footer" inherit_id="website.layout">
<xpath expr="//footer" position="replace">
// content
</xpath>
</template>