id	summary	reporter	owner	description	type	status	priority	milestone	component	resolution	keywords	cc	branch	branch_author	launchpad_bug
4983	Document twisted.web.template usage in Resource.	jerub		"{{{twisted.web.template}}} docs only show how to template in a static context, not inside a {{{twisted.web}}} server.

The docs should show a simple usage inside a {{{twisted.web}}} server, perhaps including a (working) snippet along these lines:

{{{
    def render(self, request):
        element = SomeElement(...)
        flatten(request, element, request.write).addCallbacks(lambda _:request.finish)
        return server.NOT_DONE_YET
}}}
"	enhancement	new	normal		web		documentation	jknight			
