comparison examples/turbogears/markuptest/templates/master.html @ 6:71e8e645fe81 trunk

Simplified implementation of `py:content` directive.
author cmlenz
date Sun, 04 Jun 2006 10:46:14 +0000
parents 49364e784c47
children ee669cb9cccc
comparison
equal deleted inserted replaced
5:dbb08edbc615 6:71e8e645fe81
30 </span> 30 </span>
31 </div> 31 </div>
32 32
33 <div py:if="tg_flash" class="flash" py:content="tg_flash"></div> 33 <div py:if="tg_flash" class="flash" py:content="tg_flash"></div>
34 34
35 ${select('*')} 35 ${select('*/*')}
36 36
37 <p align="center"><img src="/static/images/tg_under_the_hood.png" alt="TurboGears under the hood"/></p> 37 <p align="center"><img src="/static/images/tg_under_the_hood.png" alt="TurboGears under the hood"/></p>
38 </body> 38 </body>
39 39
40 </html> 40 </html>
Copyright (C) 2012-2017 Edgewall Software