diff options
author | Case Duckworth | 2023-04-03 08:57:02 -0500 |
---|---|---|
committer | Case Duckworth | 2023-04-03 08:57:02 -0500 |
commit | 42474bb6c851314d804c89b1501b49eed0e6005f (patch) | |
tree | 81d7c77b1817ade3ca8c40d17c0b5c3672c319a8 /test/template.html | |
parent | Reorganize (diff) | |
download | wikme-42474bb6c851314d804c89b1501b49eed0e6005f.tar.gz wikme-42474bb6c851314d804c89b1501b49eed0e6005f.zip |
It builds now
Diffstat (limited to 'test/template.html')
-rw-r--r-- | test/template.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/template.html b/test/template.html new file mode 100644 index 0000000..3de5bf2 --- /dev/null +++ b/test/template.html | |||
@@ -0,0 +1,6 @@ | |||
1 | <!DOCTYPE html> | ||
2 | <title>{{ title }}</title> | ||
3 | |||
4 | <body> | ||
5 | {{body}} | ||
6 | </body> | ||