view examples/basic/layout.html @ 923:8cef75b02ac1

Pull up r1145 to trunk. Addresses #413.
author jruigrok
date Mon, 13 Dec 2010 18:55:01 +0000
parents 24757b771651
children
line wrap: on
line source
<div xmlns:py="http://genshi.edgewall.org/" py:strip="">
  <head>
    <title>Hello ${hello}</title>
    <style type="text/css">@import(style.css)</style>
  </head>
  <div py:def="macro1">reference me, please</div>
  <div py:def="macro2(name, classname='expanded')" class="${classname}">
    Hello ${name.title()}
  </div>
  <span py:match="greeting" class="greeting">
    Hello ${select('@name')}
  </span>
  <span py:match="span[@class='greeting']" style="text-decoration: underline" 
        py:content="select('text()')"/>
</div>
Copyright (C) 2012-2017 Edgewall Software