projects
/
invirt/packages/invirt-web.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Allow global imports to be specified for Mako templates
[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>