source: package_branches/invirt-web/cherrypy/code/templates/helloworld.mako @ 2407

Last change on this file since 2407 was 2407, checked in by quentin, 15 years ago

Show the cherrypy request object on the helloworld page

File size: 216 bytes
Line 
1<%page expression_filter="h"/>
2<%inherit file="skeleton.mako" />
3
4<p>Hello world!</p>
5
6<p>Your request:</p>
7
8<pre style="white-space: pre-wrap">
9${repr(dir(request))}
10</pre>
11
12<%def name="title()">
13helloworld
14</%def>
Note: See TracBrowser for help on using the repository browser.