Mercurial > genshi > mirror
comparison examples/basic/layout.html @ 61:448792ab1303 trunk
Use a different namespace than Kid uses.
author | cmlenz |
---|---|
date | Fri, 07 Jul 2006 17:54:52 +0000 |
parents | b4d17897d053 |
children | 84168828b074 |
comparison
equal
deleted
inserted
replaced
60:2cb5b54d87ff | 61:448792ab1303 |
---|---|
1 <div xmlns:py="http://purl.org/kid/ns#" py:strip=""> | 1 <div xmlns:py="http://markup.edgewall.org/" py:strip=""> |
2 <head> | 2 <head> |
3 <title>Hello ${hello}</title> | 3 <title>Hello ${hello}</title> |
4 <style type="text/css">@import(style.css)</style> | 4 <style type="text/css">@import(style.css)</style> |
5 </head> | 5 </head> |
6 <div py:def="macro1">reference me, please</div> | 6 <div py:def="macro1">reference me, please</div> |