Files
diachron/templates/basic/hello.html.njk

12 lines
134 B
Plaintext

<html>
<head></head>
<body>
<p>
Hello.
</p>
<p>
The current time is {{ now }}.
</p>
</body>
</html>