>>24
<div tal:replace="hoge">TEXT</div>
⇒ hoge

<div tal:content="hoge">TEXT</div>
⇒ <div>hoge</div>