[% title = INCLUDE splash/text 
                   style   = splash.style.select 
		   content = 'Singleton'
%]

[% WRAPPER splash/tabbox
	   border    = 1
	   pad       = 6
	   fill      = 'grey75'
	   edge      = 'black'
           width     = '50%'
	   tabwidth  = '65%'
	   tablocate = 'left'
	   tabalign  = 'center'
%]

<h3>Intent</h3>

<ul>
    Ensure a class has one instance and provide
    a global point of access to it.
</ul>

[% END %]