#def greeting(name)

hello ${name}!

#end def #include "cheetah/header.tmpl" $greeting($user) $greeting('me') $greeting('world')

Loop

#if $list_items #end if #include "cheetah/footer.tmpl"