summaryrefslogtreecommitdiff
path: root/examples/wsgi/htdocs/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'examples/wsgi/htdocs/index.html')
-rw-r--r--examples/wsgi/htdocs/index.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/wsgi/htdocs/index.html b/examples/wsgi/htdocs/index.html
new file mode 100644
index 0000000..ef2df4d
--- /dev/null
+++ b/examples/wsgi/htdocs/index.html
@@ -0,0 +1,8 @@
+<%
+%>
+
+<%inherit file="root.html"/>
+
+This is index.html
+
+c is ${c is not UNDEFINED and c or "undefined"}