summaryrefslogtreecommitdiff
path: root/recipes/index.tmpl
blob: 5e16dc9c559e635beb56f525f157ebf14f20b1af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#import WikiRoot
#from Cheetah.Filters import Markdown
#extends WikiRoot.WikiRoot

#attr PathPrefix = '../'

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

#def content()
#transform Markdown
Cheetah Recipes
===============

This page hasn't been fully fleshed out unfortunately :(

If you're really hungry for some Cheetah recipies, you can check out the 
out-of-date [Cheetah recipes page](http://wiki.cheetahtemplate.org/cheetah-recipes.html?) 
from the old Wiki
#end def