pages/debug.tmpl
changeset 10 d83b10c210e3
child 11 fa216534ae45
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/pages/debug.tmpl	Fri Feb 06 23:55:23 2009 +0200
@@ -0,0 +1,8 @@
+
+<dl>
+    <lh>List of request env variables</lh>
+
+% for key, val in request.env.iteritems() :
+    <dt>${key}</dt> <dd>${val}</dd>
+% endfor
+</dl>