alostpacket
render(boolKVar) { if (boolKVar.value) { div().new { p().text("Loaded.") } } else { div().new { p().text("Loading...") } } }