X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/61154617919ca57b6f1d4bed02aa9847ef14232a..cfed63e6644aa489939f40a1ceff5b41e847aeca:/code/templates/help.tmpl?ds=inline diff --git a/code/templates/help.tmpl b/code/templates/help.tmpl index 055f75c..61061ee 100644 --- a/code/templates/help.tmpl +++ b/code/templates/help.tmpl @@ -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 $key #end for
++See also tips and HOWTOs on the wiki. +
#end if #for $subject in $subjects #if $subject in $mapping -#if not $simple$mapping[$subject]
+#end filter #elseUnknown subject '$subject'.
#end if