Help for this page
<%args> $foo => 'FOO!' # the value of foo goes here, default value "FOO!" ... $dog => $foo.'dog' # You can have dynamic defaults. $cat => undef # or undef by default. </%args>
<HTML><head><title>STUFF</title></head> <body> ... <%args> %fieldSpecs </%args>