component Counter { state { count: Int = 0 } template {

{count}

} } component App { template {
} }