!7

p {
  SS map;
  pnl(map = diagramServer_IDsAndMD5s());
  S url = diagramServer_idToURL(first(keys(map)));
  S calStruct = loadPage(url);
  printIndent(calStruct);
  showCAL(calStruct);
}