X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/cda42d0259dad581350a802aaccb6a0c4f6bc5fd..2be0969e153ace507ec07b27d156b50e54e00f94:/code/templates/helloworld.mako diff --git a/code/templates/helloworld.mako b/code/templates/helloworld.mako index 22111a1..2cbb063 100644 --- a/code/templates/helloworld.mako +++ b/code/templates/helloworld.mako @@ -1,6 +1,18 @@ +<%page expression_filter="h"/> <%inherit file="skeleton.mako" /> -Hello world! +
Hello world!
+ +kwargs:
++${repr(kwargs)} ++ +
Your request:
+ ++${repr(dir(request))} +<%def name="title()"> helloworld