The splash/tabset template generates a set of tabs from the
splash/tab template. If there are more tabs in the set than
denoted by the 'tab.limit' style value (currently set to
9) then a scrolling tabset is created
showing the current selected tab along with the previous and next
tabs in the set.
Source #1:
[% tabs = [
{ link => '#wait', text => 'Wait' }
{ link => '#meet', text => 'Meet' }
{ link => '#shade', text => 'Shade' }
]
%][% INCLUDE splash/tabset %]