const myComponentTemplate = `

{{title}}

{{content}}

`; createWebComponent("my-component", myComponentTemplate, ["title", "content"]);