The <AuthorList> container can be used on any template and prints a list of the blog's authors. The syntax is:
<AuthorList>
<$AuthorName$>
<$AuthorURL$>
<$AuthorEmail$>
<$AuthorDetails$>
</AuthorList>
The AuthorList container can take the following attributes…
<$AuthorURL$> -
Replaced with the author's homepage URL.
<$AuthorEmail$> -
Replaced with the author's email address.
<$AuthorDetails$> -
Replaced with the author's detials.