<!--tws
t = query_first("text");
if(true)
{
lock();
global todos.add(t);
global save();
unlock();
}
redirect("/");
-->