import { html } from 'lit'; import { msg } from '@lit/localize'; const template = (name: string, description: string, icon: string, install: any) => { return html`
icon
${location.hostname}
${description ? html `
${description}
`: ''} `; }; export default template;