6 lines
168 B
HTML
6 lines
168 B
HTML
|
<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>
|