twig()->render("/index.twig", [ "title" => "hello", "msg" => "Johoo ", "tagcloud" => Tag::calcTagCloud(Tag::getTagCounts($env->db())), ]); } }