projects
/
invirt/packages/invirt-web.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
more and better titles
[invirt/packages/invirt-web.git]
/
code
/
templates
/
create.tmpl
1
#from skeleton import skeleton
2
#extends skeleton
3
4
#def title
5
Created!
6
#end def
7
8
#def body
9
#if $machine
10
<p>Congratulations! You have a new machine named ${machine.name}.</p>
11
#else
12
<p>Odd... no error, but no machine.</p>
13
#end if
14
<p><a href="list">Return</a></p>
15
#end def