<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
      xmlns:t="http://www.participatorypolitics.org/"
      eventCookie="@@@eventCookie@@@" dtvPlatform="@@@dtvPlatform@@@">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<t:execOnLoad><![CDATA[
replace = "<span>This is a database replace</span>"
]]></t:execOnLoad>
</head>
<body>
<t:include filename="unittest/include" />
<t:includeTemplate filename="unittest/include-template" />
<span t:replace="replace"/>
<span t:replaceMarkup="replace"/>
<h1>simple template</h1>

</body>
</html>
