blob: 890b827bf792923fc1fdd4ef7e5bdf48ea7e7373 [file] [log] [blame]
<html>
<head>
<title>Welcome!</title>
</head>
<body>
<h1>Welcome ${user}!</h1>
<p>Our latest product:
<a href="${latestProduct.url}">${latestProduct.name}</a>!
</body>
</html>