Example #1
0
 def _handle_tag():
     content = caller()
     # TODO: make this cache preparation configurable
     return carefully_strip_whitespace(content)
Example #2
0
 def render():
     # TODO: make this cache preparation configurable
     return carefully_strip_whitespace(nodelist.render(context))
Example #3
0
 def render():
     # TODO: make this cache preparation configurable
     return carefully_strip_whitespace(nodelist.render(context))