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