Repository URL to install this package:
|
Version:
2.11 ▾
|
<html>
<body>
${'Hello world!'}
${literal}
${structure: literal.s}
${"%stype 'str'%s" % (chr(60), chr(62))}
&&
${None}
${None or
'Hello world'}
$leftalone
<div>${None}</div>
<div>${1 < 2 and 'Hello world' or None}</div>
<div>${} is ignored.</div>
</body>
</html>