my eye

template.html

Raw

$def with (resource)
<!doctype html>
<html>
<head>
<title>$resource.title</title>
</head>
<body>
<h1>$resource.title</h1>
$:resource
</body>
</html>