Templayer was created to offer an alternative to the more common ways of
generating dynamic HTML: embedding code within the HTML (PHP etc.), or embedding
HTML within code (traditional CGI). Neither of these methods allow for a clean
separation of the layout of a page and the function of page generation. Instead
of mixing HTML and Python, Templayer adds a small amount of syntax to each and
keeps the two separate and coherent.