projects
/
invirt/packages/invirt-web.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add graphs of network usage by VMs.
[invirt/packages/invirt-web.git]
/
code
/
templates
/
helloworld.mako
diff --git
a/code/templates/helloworld.mako
b/code/templates/helloworld.mako
index
22111a1
..
2cbb063
100644
(file)
--- a/
code/templates/helloworld.mako
+++ b/
code/templates/helloworld.mako
@@
-1,6
+1,18
@@
+<%page expression_filter="h"/>
<%inherit file="skeleton.mako" />
<%inherit file="skeleton.mako" />
-Hello world!
+<p>Hello world!</p>
+
+<p>kwargs:</p>
+<pre style="white-space: pre-wrap">
+${repr(kwargs)}
+</pre>
+
+<p>Your request:</p>
+
+<pre style="white-space: pre-wrap">
+${repr(dir(request))}
+</pre>
<%def name="title()">
helloworld
<%def name="title()">
helloworld