Show the cherrypy request object on the helloworld page
[invirt/packages/invirt-web.git] / code / templates / help.tmpl
index 055f75c..61061ee 100644 (file)
@@ -1,6 +1,8 @@
 #from skeleton import skeleton
 #extends skeleton
 
+#attr pageclass = 'help'
+
 #def title
 #if len($subjects) == 1
 Help on $subjects[0]
@@ -17,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