1 #from skeleton import skeleton
4 #attr pageclass = 'help'
7 #if len($subjects) == 1
18 #for $key in sorted($mapping)
19 <a href="help?subject=$key">$key</a>
23 See also <a href="trac/wiki/tips">tips and HOWTOs on the wiki</a>.
26 #for $subject in $subjects
27 #if $subject in $mapping
30 <p>$mapping[$subject]</p>
33 <p>Unknown subject '$subject'.</p>
37 <a href="javascript:window.close();">Close</a>