[% # splash/bar: a bar with rounded corners at the top and/or bottom # # ARGS: content, style, invert # STYLE: col, bgcol, align, width # 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.bar.align or default.bar.align width = style.bar.width or default.bar.width ; SET rgbfore = splash.rgb.$col imgback = "$splash.images/$bgcol" imgsize = splash.imgsize imgtype = splash.imgtype up = invert ? 'bottom' : 'top' down = invert ? 'top' : 'bottom' ; -%]
| [%- content.length ? content : ' ' -%] |