Child: [79f02d] (diff)

Download this file

lib.html    11 lines (9 with data), 294 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
<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>