projects
/
invirt/packages/invirt-web.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add CSS!
[invirt/packages/invirt-web.git]
/
templates
/
help.tmpl
1
#from skeleton import skeleton
2
#extends skeleton
3
4
#def title
5
Help
6
#end def
7
8
9
#def body
10
#if not $simple
11
<h1>Help</h1>
12
#end if
13
#for $subject in $subjects
14
<p>$mapping[$subject]</p>
15
#end for
16
#end def