#from skeleton import skeleton #extends skeleton #def title Created! #end def #def body #if $machine <p>Congratulations! You have a new machine named ${machine.name}.</p> #else <p>Odd... no error, but no machine.</p> #end if <p><a href="list">Return</a></p> #end def