Repository URL to install this package:
<html> <body> <div tal:repeat="text ('Hello', 'Goodbye')"> <span tal:repeat="char ('!', '.')">${text}${char}</span> </div> <tal:check condition="not: exists: text">ok</tal:check> </body> </html>