<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns:tal="http://purl.org/petal/1.0/"
      xmlns="http://www.w3.org/1999/xhtml">
<head><title>A Test</title></head>
<body>

<p tal:content="string: ${uri}">stuff to be replaced</p>
<p tal:content="uri">stuff to be replaced</p>

<p tal:content="string: ${baz}">stuff to be replaced</p>
<p tal:content="baz">stuff to be replaced</p>

</body>
</html>