static S ai_html_encyclopediaTopic(WebNode n) { S topic = web_text(n); ret topic == null ? "" : html_encyclopediaTopic(topic); }