[% WRAPPER splash/box 
	   col = 'grey25'
           pad = 0;
   WRAPPER splash/button
           width = '100%'
           bgcol = 'grey25'
	   col   = 'grey75'
	   align = 'left'
%]

<h2>Flyweight</h2>

<ul>
  <h3>Intent</h3>
  Use sharing to support large numbers of fine-grained
  objects efficiently.
</ul>

[% END; END %]
