#from skeleton import skeleton #extends skeleton #def title Created! #end def #def body #if $machine

Congratulations! You have a new machine named ${machine.name}.

#else

Odd... no error, but no machine.

#end if

Return

#end def