comparison examples/bench/mako/header.html @ 543:0449396999c5 trunk

Replace Myghty by Mako in bigtable benchmark, apply escaping in Mako templates.
author cmlenz
date Thu, 28 Jun 2007 18:12:15 +0000
parents 6b413fbf359a
children
comparison
equal deleted inserted replaced
542:1912af29ac70 543:0449396999c5
1 <div id="header"> 1 <div id="header">
2 <h1>${title}</h1> 2 <h1>${title | h}</h1>
3 </div> 3 </div>
4 4
5 5
Copyright (C) 2012-2017 Edgewall Software