Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私のhtmlタグ内でこれらの「tal」コマンドが何をするのか、誰か説明してもらえますか? 私はそれらがテキスト属性言語コマンドであることを知りましたが、それらが何をするのか明確ではありません。
<div tal:condition="myvar"> Your command returns:<br><tal:block tal:content="myvar"></tal:block> </div>
彼らは条件を評価していますか?またはプレースホルダー?説明してください。