<html>
<head><title>$action.getText('heading')</title></head>
<body>
$action.getText('heading')</h1 -->
<p>$action.getText('greeting') $now
</p>
<p>
$userName
</p>
#bodytag (Form "action='/hello.action'" "method='post'")
<input type="text" name="userName" value="" />
<INPUT name="Submit" type="submit" value="Submit"/>
#end
</body>
</html>