projects
/
invirt/packages/invirt-web.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
f2ebe5195c2411c458d0afba60335889c119e83e
[invirt/packages/invirt-web.git]
/
templates
/
info.tmpl
1
#from skeleton import skeleton
2
#extends skeleton
3
4
#def title
5
Created!
6
#end def
7
8
#def body
9
<h1>Info</h1>
10
<p>Info on ${machine.name}.</p>
11
#end def