[Grok-dev] Re: The Mammoth-Herd Example

Jan-Wijbrand Kolman janwijbrand at gmail.com
Thu Sep 6 04:27:28 EDT 2007


Sebastian Ware wrote:
> As a directive right bellow
> 
>   Class HerdIndex(grok.View):
>         grok.template('name_of_template.pt')

Without the file extension. Like:

   Class HerdIndex(grok.View):
       grok.template('name_of_template')

regards,
jw



More information about the Grok-dev mailing list