Show the cherrypy request object on the helloworld page
[invirt/packages/invirt-web.git] / code / templates / help.tmpl
index d6f0768..61061ee 100644 (file)
@@ -19,13 +19,16 @@ Help
 <a href="help?subject=$key">$key</a>
 #end for
 </p>
+<p>
+See also <a href="trac/wiki/tips">tips and HOWTOs on the wiki</a>.
+</p>
 #end if
 #for $subject in $subjects
 #if $subject in $mapping 
-#if not $simple
 <h2>$subject</h2>
-#end if
+#filter None
 <p>$mapping[$subject]</p>
+#end filter
 #else
 <p>Unknown subject '$subject'.</p>
 #end if