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