After some through I suggest zope installation defined these in the root:
html
<html>
....
<dtml-var head>
<dtml-var body>
</html>
head
<head>
....
</head>
body
<body>
...
</body>
The following may defined as attributes or dtml-document
bgcolor
lang
encoding
....