!7 html { uri = dropPrefix("/", uri); long id = parseLong(uri); S contentType = params.get("ct"); S text = loadSnippet_simpleCache(fsI(id)); if (empty(contentType)) ret text; ret subBot_serveWithContentType(text, contentType); }