<html>
<head>
<title>nGenie example page</title>
</head>
<body>
{AUTHORS}
<!-- BEGIN authors_block -->
<h2>Authors</h2>
<ul>
{AUTHOR}
<!-- BEGIN author -->
<li>{AUTHOR_NAME}
<!-- END author -->
</ul>
<!-- END authors_block -->
{COLOR_TABLE}
<!-- BEGIN color_table_block -->
<h2>Colors</h2>
<table>
<tr>
{COLOR_CELL}
<!-- BEGIN color_cell_block -->
<td style="color: white; background-color: {COLOR}">{COLOR_NAME}</td>
<!-- END color_cell_block -->
</tr>
</table>
<!-- END color_table_block -->
</body>
</html>
|