mirror of
https://github.com/rmontanana/microblog.git
synced 2025-08-19 01:05:52 +00:00
11 lines
192 B
HTML
11 lines
192 B
HTML
<table>
|
|
<tr valign="top">
|
|
<td>
|
|
<img src="{{ post.author.avatar(36) }}" />
|
|
</td>
|
|
<td>
|
|
{{ post.author.username }} says:<br />{{ post.body }}
|
|
</td>
|
|
</tr>
|
|
</table>
|