There are two different types of WebTemplate tags:
An Example
<ul> <wt:list type="Contact" source="/Contacts"> <li>[wt:First Name]</li> </wt:list> </ul>
In this example, the first name of all the contacts in the WebTemplate database will be displayed in a list.
The <wt:list> tag defines what to display: Contact nodes under the brach "/Contacts".
The [wt:First Name] tag is a placeholder of where to put the 'First Name' attribute of each contact node.