$def with (resource)
<!doctype html>
<html>
<head>
<title>$resource.title</title>
<link rel=stylesheet href="/static/web.css">
</head>
<body>
<p class=construction><span>This site is under construction.</span></p>
<h1>$resource.title</h1>
$:resource
</body>
</html>