summaryrefslogtreecommitdiff
path: root/recipes/content/General_Inheritance.tmpl
blob: 2ddc8802e689ee9c5b034112c9e30e00da6b450f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#from Cheetah.Filters import Markdown

#import WikiRoot
#extends WikiRoot.WikiRoot

#attr PathPrefix = '../../'

#def pagename()
    #return 'Inheritance in Cheetah'
#end def

#def content()
#transform Markdown
Inheritance in Cheetah
===============

#end def