The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
[%  # splash/panel: a panel (row/cell) within a frame (table)
    #
    #  ARGS: content, style, (+ html/row, html/cell)
    # STYLE: col
    #
    DEFAULT 
        col = style.col.fill or splash.style.default.col.fill
    ;
    WRAPPER html/row + html/cell
	    col = col ? splash.rgb.$col : '';
        content;
    END
%]