*Note: The HomePage HTML is the code used to generate the root page (home page) of your site. For example, if your domain root (home page) of your site is 'http://www.coffeepodsgalore.com', the URL of the root page of your silo is 'http://www.coffeepodsgalore.com/index.html. Most website hosting providers will display this page even when someone only enters 'http://www.coffeepodsgalore.com' in their browser. Occasionally, a special redirect or other parameter has to be set in the website hosting control panel to display this page, but this is rare.
1) Click the 'HomePage HTML' tab and paste in your template's home page HTML:

2) Modify your template so the Home Page Tokens (right side) appear in your template in the appropriate spot.
For example, the %%THEME%% token should appear in your home page's <title> tag, and the %%KEYWORDS%% token should appear in your META-keywords tag.
*Note: As a rule of thumb, you want the %%THEME%% token to also appear in the body of your page content, preferable inside a <h1> tag.
** Special Note about HTML Template Code and ThemeMatic Tokens in the HomePage 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 this token, and ending '</ul>' tag after this token 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.