Repository URL to install this package:
|
Version:
2.11 ▾
|
<html>
<body>
<div tal:content="text string:1 < 2" />
<div tal:content="structure string:2 < 3, 2&3, 2<3, 2>3" />
<div tal:content="structure string:3 ${'<'} 4" />
<div tal:content="structure '%d < %d' % (4, 5)" />
<div tal:replace="structure content" />
</body>
</html>