<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Hello World</title>
</head>
<body>
    <h1>Hello {{name}}</h1>
    <p>The time is {{now}}</p>
</body>
</html>