Thingamablog uses a set of template files to construct the pages of your weblog. This section describes the template elements, which comprise the templates
Templates are composed of HTML or XML and Thingamablog "template elements." When you publish the weblog, the template elements are replaced with dynamic weblog data. Please note that all template elements are case sensitive.
There are two kinds of template elements; containers and tags.
Containers can be thought of as sub templates that can contain other HTML and template elements. Containers typically represent conditional or iterative data.
Tags are simply variables that are replaced with relevant weblog data.
Tags take the form: <$TagName attribute="value"$>
Containers take the form: <Container attribute="value">html text <$LocalTag$></Container>