Warning: session_start(): open(/var/lib/php/sessions/sess_9lbll8s2lacfji930a1lrm02i2, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51

Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
sclass HTMLFramer1 { S title; new L navItems; new LS contents; srecord NavItem(S link, S html) {} swappable S render() { ret hhtml(hhead_title(title) + hbody(h1(htmlEncode2(title)) + renderNav() + lines(contents))); } swappable S renderNav() { if (empty(navItems)) ret ""; ret p(joinWithVBar(map(navItems, ni -> ahref(ni.link, ni.html)))); } }