12 lines
134 B
Plaintext
12 lines
134 B
Plaintext
<html>
|
|
<head></head>
|
|
<body>
|
|
<p>
|
|
Hello.
|
|
</p>
|
|
<p>
|
|
The current time is {{ now }}.
|
|
</p>
|
|
</body>
|
|
</html>
|