*Note: The Site Map HTML is the code used to generate the Site Map of your site, which is basically just a page with links to all the article pages of your site and a link back to the home page of your site. The URL of the Site Map will always be in the root of your domain, like 'http://www.coffeepodsgalore.com/sitemap.html'.
1) Click the 'Site Map HTML' tab and paste in your template's Site Map HTML:

2) Modify your template so the Site Map Tokens (right side) appear in your template in the appropriate spot.
For example, the %%THEME%% or %%SITENAME%% token might appear in your Site Map's <title> tag.
** Special Note about HTML Template Code and ThemeMatic Tokens in the Site Map HTML: The %%SITENAVMENU%% token will have HTML code substituted in your template as values of an unordered list. This means you need to have an enclosing '<ul>' tag before these tokens, and ending '</ul>' tag after these tokens for well-formed HTML (see the supplied ThemeMatic templates for examples of this). The above token will produce the required opening '<li>' tag and closing '</li>' tag surrounding the page links for the navigation menu produced by the above token.
The %%SITEMAP%% token substitutes a list of links to the articles in your site with each link surrounded by opening '<p>' and closing '</p>' paragraph tags. You should NOT enclose the %%SITEMAP%% token with '<ul>' and '</ul>' tags.