Wrap <PRE> tags around some text and escape it with web.escape.
UL
UL ( lst )
escape
escape ( text )
Escape a few HTML special chars with HTML entities.
linkList
linkList ( lst )
output
output (
func,
*args,
*kw,
)
output(func, args, *kw) -> html string
Either return the result of a function (which presumably returns an
HTML-legal string) or an HTMLized traceback describing why that function
didn't run.