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