import { html } from 'lit' export default function tplMucTask (task) { return html`
Task: ${task.get('name')}
` }