<html>
	<head>
		<title>Hello, World!  It's a beautiful @timeframe to be saying hi.</title>
	</head>

	<body>
		<h1>Hello, World!</h1>
		<p>The current time is: @current_time</p>
		<p>Your lucky numbers are:</p>
		<ul oid="numlist" list="lucky_numbers" item="number">
			<li>@number</li>
		</ul>
	</body>
</html>