[% # ARGS: # content # tab content # width # tab width # style # style SET default = splash.style.default ; DEFAULT style = default col = style.col.fore or default.col.fore bgcol = style.col.back or default.col.back align = style.tab.align or default.tab.align ; SET rgbfore = splash.rgb.$col rgbback = splash.rgb.$bgcol imgfore = "$splash.images/$col" imgback = "$splash.images/$bgcol" imgsize = splash.imgsize imgtype = splash.imgtype up = invert ? 'bottom' : 'top' down = invert ? 'top' : 'bottom' ; -%]
[%- content.length ? content : ' ' -%]