Ticket #4984 enhancement new
twisted.web.template needs passthrough technique.
| Reported by: | jerub | Owned by: | jerub |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | web | Keywords: | |
| Cc: | jknight | Branch: | |
| Author: | Launchpad Bug: |
Description
It is sometimes useful to do something along the lines of:
blob_of_rendered_html = someFunction() return tags.html(tags.body(blob_of_rendered_html))
But it is not possible to get a str, or some kind of subclass of str, through _flattenString() or _flattenTree() without being modified.
Change History
Note: See
TracTickets for help on using
tickets.
