[% WRAPPER splash/button
	   style = splash.style.select;
%]

[% WRAPPER splash/text
           style = splash.style.select
	   size  = '+1'
-%]
Hello World
[% END %]

[% WRAPPER splash/button + splash/text
	   style = splash.style.default
	   bgcol = splash.style.select.col.fore
	   bold  = 1
-%]
Choosing a Language for your Project
[% END %]

[% END %]