1 <:url:>

<:url path [queryargs] [text] [noescape] [extra_args]:>

Produces a URL or an HTML <A> tag. All arguments except path are optional.

The equivalent Python component code would be:

import templating.UrlBuilder
print templating.UrlBuilder.url(path, queryargs, text,
     extra_args_as_dict, noescape)