summaryrefslogtreecommitdiff
path: root/Home.tmpl
blob: b066cb18a700e9a1d634de7d427319409105b9ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#import WikiRoot
#extends WikiRoot.WikiRoot

#def pagename()
	#return 'Home'
#end def

#def content()
Welcome to the Community Cheetah Wiki
-------------------------------------

This page was generated via the Cheetah.Filter.Markdown class and the Home.tmpl template 
in the "wiki" branch.
#end def