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})

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

  1. https://unpkg.com/ef.js