<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:py="http://genshi.edgewall.org/"
xmlns:xi="http://www.w3.org/2001/XInclude">
<div py:def="navigation(page)">
<a href="..">PluginRoot</a>
<a href="edit">Edit Page</a>
<a href="history">Page History</a>
</div>
</html>