__section__
default
__description__
Display topics menu.

* items = arrayref of hashref of menu items (value (link), label)

__title__

__page__
menu
__lang__
en_US
__name__
topics
__template__
[
[% FOR i = items %]
	<A HREF="[% i.value %]">[% i.label %]</A>
	[% " | " UNLESS loop.last %]
[% END %]
]

__seclev__
10000
