5.1. The Template File

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE
    html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
    "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US">
<head>
<title>

The Template File

%0</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="StyleSheet" href="$(ROOT)/style.css" type="text/css" />
</head>
<body>

<table class="layout">
<tr>
<td class="navbar">
<a href="$(ROOT)/">Main</a><br />
<a href="$(ROOT)/download.html">Download</a><br />
<a href="$(ROOT)/links.html">Links</a><br />
<br />
<a href="mailto:webmaster@mysite.org">Webmaster</a><br />
</td>
<td class="main">
<h1>

The Template File

%0</h1>

</td>
</tr>
</table>

</body>
</html>

<define-tag subject>

</define-tag>

#   per default we are in body


Written by Shlomi Fish