source: trunk/packages/invirt-web/code/templates/helloworld.mako @ 2737

Last change on this file since 2737 was 2737, checked in by broder, 14 years ago

Merge cherrypy-rebased branch of invirt-web into trunk.

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