__section__
default
__description__
Used to produce an easily parse-able, comprehensive list of tags, e.g., as
needed by the tag widget.

You supply vote_tags, user_tags, top_tags, and system_tags.

In the output, the lists will be separated by newlines.  The tags within each
list will be separated by whatever you used in the caller (hopefully spaces).
Each list in the output will be prefixed with a header of the form '<category>',
where category is 'vote', 'user', 'top', or 'system'.  As an empty list is
meaningful, all four lists are always present and labeled.
__title__
Useless title to template
__page__
misc
__lang__
en_US
__name__
combined_tags
__seclev__
10000
__template__
<vote>[% vote_tags %]
<user>[% user_tags %]
<top>[% top_tags %]
<system>[% system_tags %]
__version__
$Id$
