Repository URL to install this package:
<html> <body tal:define="text 'Hello world!'"> ${text} </body> <tal:check condition="exists: text"> bad </tal:check> <tal:check condition="not: exists: text"> ok </tal:check> </html>