X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/cda42d0259dad581350a802aaccb6a0c4f6bc5fd..09b3c4465e1370966c4765ae261c910e7dd67883:/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