12 lines
160 B
Plaintext
12 lines
160 B
Plaintext
<html>
|
|
<head></head>
|
|
<body>
|
|
<p>
|
|
{{ greeting | default("hello")}}
|
|
</p>
|
|
<p>
|
|
The current time is {{ now }}.
|
|
</p>
|
|
</body>
|
|
</html>
|