Mercurial > genshi > mirror
view examples/tutorial/geddit/templates/_comment.html @ 705:2a7a19861a89 experimental-match-fastpaths
fix totally embarassing typo - ctxt not ctx
author | aflett |
---|---|
date | Fri, 04 Apr 2008 17:29:53 +0000 |
parents | e990fa05d80b |
children |
line wrap: on
line source
<?python from genshi import HTML ?> <li id="comment$num"> <strong>${comment.username}</strong> at ${comment.time.strftime('%x %X')} <blockquote>${HTML(comment.content)}</blockquote> </li>