microblog/app/templates/post.html

6 lines
168 B
HTML
Raw Normal View History

2012-12-16 08:31:21 +00:00
<table>
<tr valign="top">
<td><img src="{{post.author.avatar(50)}}"></td><td><i>{{post.author.nickname}} says:</i><br>{{post.body}}</td>
</tr>
</table>