comparison examples/tutorial/geddit/templates/_comment.html @ 625:abad7c2ebe15 trunk

GenshiTutorial: implemented AJAX commenting.
author cmlenz
date Fri, 31 Aug 2007 17:01:00 +0000
parents
children e990fa05d80b
comparison
equal deleted inserted replaced
624:dc657447f352 625:abad7c2ebe15
1 <li id="comment$num">
2 <strong>${comment.username}</strong> at ${comment.time.strftime('%x %X')}
3 <blockquote>${comment.content}</blockquote>
4 </li>
Copyright (C) 2012-2017 Edgewall Software