source:
package_branches/invirt-web/cherrypy/code/templates/helloworld.mako
@
2542
Last change on this file since 2542 was 2408, checked in by quentin, 15 years ago | |
---|---|
File size: 291 bytes |
Rev | Line | |
---|---|---|
[2407] | 1 | <%page expression_filter="h"/> |
[2392] | 2 | <%inherit file="skeleton.mako" /> |
3 | ||
[2407] | 4 | <p>Hello world!</p> |
[2392] | 5 | |
[2408] | 6 | <p>kwargs:</p> |
7 | <pre style="white-space: pre-wrap"> | |
8 | ${repr(kwargs)} | |
9 | </pre> | |
10 | ||
[2407] | 11 | <p>Your request:</p> |
12 | ||
13 | <pre style="white-space: pre-wrap"> | |
14 | ${repr(dir(request))} | |
15 | </pre> | |
16 | ||
[2392] | 17 | <%def name="title()"> |
18 | helloworld | |
19 | </%def> |
Note: See TracBrowser
for help on using the repository browser.