[%- title = "List HTML Entities" UNLESS title -%]

<html>

<head>
<title>[% title %]</title>
</head>

<body>
<h1>[% title %]</h1>

<form>
Search : <input name=S> <input type=submit> 
<a href="?S=*">Display all</a>
</form>

[% content %]


<hr>

<small>[% self.disclaimer %]</small>


</body>
</html>