Re: An html page template
You could use an iframe in the HTML page whose source is a URL like tiki-index_p.php?page=HomePage. The '_p' causes just the wiki content to be loaded. Of course if there are any links in that wiki content, they'll load in the iframe rather than the whole window, unless you modify the links (target="_top") to load in the window.
-- Gary