// for (int j = 0; j < rules.length(); j++) {
// System.out.println(rules.item(j).getCSSText());
// }
// }
TodoTasks tasks = new TodoTasks();
TodoUI widget = Widget.of(TodoUI.class, tasks);
widget.renderIn(Global.document.getElementById("Content"));
}