Add very basic support for finding and rendering templates

This commit is contained in:
2026-01-10 13:50:44 -06:00
parent 9e3329fa58
commit 6e96c33457
4 changed files with 67 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<html>
<head></head>
<body>
<p>
Hello.
</p>
<p>
The current time is {{ now }}.
</p>
</body>
</html>