Tony Yip says to YSITD
/* Define a template for the new element */ static get template() { return html` <style include="shared-styles"> :host { display: block; padding: 10px; } </style> <div class="card"> <div class="circle">1</div> <h1>New View</h1> <p>New view!</p> </div> `; }