Source: site.view [edit]
Function name: tags
Arguments:
Description: Returns list of all tags and tagged functions.
Page type: webl
Render function:   tagRender
Module: site

Page source:

var result = [. .];
every tag in Wub_TagList() do
   result[tag] := Wub_GetFunctionsByTag(tag)
end;
result;