X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/61154617919ca57b6f1d4bed02aa9847ef14232a..cd40d6f384656638504b9ec67b73e446401033a8:/code/templates/help.tmpl diff --git a/code/templates/help.tmpl b/code/templates/help.tmpl index 055f75c..b4271d1 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] @@ -20,10 +22,10 @@ Help #end if #for $subject in $subjects #if $subject in $mapping -#if not $simple

$subject

-#end if +#filter None

$mapping[$subject]

+#end filter #else

Unknown subject '$subject'.

#end if