const anotTitle = document.createElement ('template'); anotTitle.innerHTML = `

`; class AnotTitle extends AnotElement { constructor() { super(); this.shadowRoot.appendChild(anotTitle.content.cloneNode(true)); } }