Move the help popup code into the templates where it belongs
[invirt/packages/invirt-web.git] / code / templates / helloworld.mako
1 <%inherit file="skeleton.mako" />
2
3 Hello world!
4
5 <%def name="title()">
6 helloworld
7 </%def>