const {t} = ef
const App = t`
>input
%value = {{inputValue}}
.You typed "{{inputValue = type something here}}".
>br
>input
#type = checkbox
%checked = {{checked = true}}
.Is this checkbox checked? {{checked}}
`
const app = new App()
app.$mount({target: document.body})
This Pen doesn't use any external CSS resources.