summaryrefslogtreecommitdiff
path: root/examples/wsgi/templates/root.html
diff options
context:
space:
mode:
Diffstat (limited to 'examples/wsgi/templates/root.html')
-rw-r--r--examples/wsgi/templates/root.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/wsgi/templates/root.html b/examples/wsgi/templates/root.html
new file mode 100644
index 0000000..6b57fc3
--- /dev/null
+++ b/examples/wsgi/templates/root.html
@@ -0,0 +1,7 @@
+<html>
+
+<head><title>hi</title></head>
+<body>
+ ${next.body()}
+</body>
+</html> \ No newline at end of file