Content-type: text/html

[% title   = 'Hello World' 
   author  = {
     name  = 'Andy Wardley'
     email = 'abw@cre.canon.co.uk'
   }
%]
[% DEFAULT 
   title = 'The Hello World Web Site'
   bgcol = '#ffffff'
%]
<html>
<head><title>[% title %]</title></head>
<body bgcolor="[% bgcol %]">
