source: package_branches/invirt-web/cherrypy/code/templates/helloworld.mako @ 2392

Last change on this file since 2392 was 2392, checked in by quentin, 15 years ago

Basic skeleton and helloworld templates

File size: 90 bytes
Line 
1<%inherit file="skeleton.mako" />
2
3Hello world!
4
5<%def name="title()">
6helloworld
7</%def>
Note: See TracBrowser for help on using the repository browser.