The splash/menubar template integrates a menu into a larger bar.
| Source #1: [% INCLUDE splash/menubar select=2 content='Template Toolkit' %]
 | 
| Output #1: 
      
 | 
| 
 | 
| Source #2: <div align="center">
[% WRAPPER splash/menubar select=2 width="70%" %]
Template Toolkit
[% END %]
</div> | 
| Output #2: 
     | 
| 
 | 
| Source #3: <div align="center">
[% WRAPPER splash/menubar + splash/text
	   style   = splash.style.select
	   select  = 2
           width   = "70%"
%]
Template Toolkit
[% END %]
</div> | 
| Output #3: 
     |