import '../heading.js'; import { html } from "lit"; export default (model) => html`
${ model ? html`
` : '' }
`;