comparison examples/basic/layout.html @ 230:24757b771651

Renamed Markup to Genshi in repository.
author cmlenz
date Mon, 11 Sep 2006 15:07:07 +0000
parents 33c2702cf6da
children
comparison
equal deleted inserted replaced
229:110d69dbbda3 230:24757b771651
1 <div xmlns:py="http://markup.edgewall.org/" py:strip=""> 1 <div xmlns:py="http://genshi.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>
Copyright (C) 2012-2017 Edgewall Software