If you keep an inline-template on a child component then it will use its inner content as a template instead of treating as reusable independent content.
inline-template
<my-component inline-template> <div> <h1>Inline templates</h1> <p>Treated as component component owne content</p> </div> </my-component>