In my template i call
<template id = "get_data" name = "car model">
<t t-call="website.layout">
<div class = "container">
<div>haha</div>
</div>
</t>
</template>
but i want remove
<header id="top>
and <footer id="bottom">
Anyone can help me do this