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