rehtm
rehtm copied to clipboard
Can't handle conditionals
this doesn't work, it should:
import { html } from 'https://esm.sh/rehtm'
document.body.appendChild(html`<div>Hellow ${undefined && 'World!'}</div>`)