Ticket #5887: 5887.patch
| File 5887.patch, 0.7 KB (added by faulkner, 10 months ago) |
|---|
-
doc/web/howto/twisted-templates.xhtml
20 20 as <a href="web-in-60/wsgi.xhtml">WSGI applications</a> or by calling your 21 21 preferred templating system's APIs to produce their output as strings, and then 22 22 writing those strings to <code class="API" 23 base="twisted.web. request">Request.write</code>.23 base="twisted.web.http">Request.write</code>. 24 24 </p> 25 25 <p>Before we begin explaining how to use it, I'd like to stress that you 26 26 don't <i>need</i> to use Twisted's templating system if you prefer some other
