The following are the scripts I’ve created in explaining this article.
<?php
template.html
<code>
<html><head><title></title></head>
<body>
<center>
<table border="1"><tr>
<td><!--%ModuleTitle%--></td>
<td><!--%SomeComment%--></td>
<td><!--%FixedValues%-->
</td></tr></table>
<
br />
<!--%
00_BEGIN_NO_MESSAGES%-->
<!--%97_BEGIN_NO_MESSAGES%-->
<table border="1">
<tr><td>Date</td><td>Title</td><td>Author</td></tr>
<!--%9a_BEGIN_MESSAGE_LIST%-->
<!--%9a_ML_LOOPBEGIN%-->
<tr><td><!--%9adate_____%--></td><td><!--%9atitle____%--></td><td><!--%9aauthor___%--></td></tr>
<!--%9a_ML_LOOPEND%-->
</table>
<!--%9a_END_MESSAGE_LIST%-->
<!--%97_END_NO_MESSAGES%-->
<!--%00_END_NO_MESSAGES%-->
</center>
</body></html>
?>