7576777879808182838485
return html; VirtualFile htmlFile = WidgetManager.findHTML(packageName(), widgetName()); if (htmlFile != null) { html = htmlFile.contentAsString(); Cache.set(key, html, "5mn"); return html; } return defaultWidgetHTML(); }