mirror of
https://github.com/rmontanana/microblog.git
synced 2025-08-19 01:05:52 +00:00
Chapter 6
This commit is contained in:
10
app/templates/_post.html
Normal file
10
app/templates/_post.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<table>
|
||||
<tr valign="top">
|
||||
<td>
|
||||
<img src="{{ post.author.avatar(36) }}" />
|
||||
</td>
|
||||
<td>
|
||||
{{ post.author.username }} says:<br />{{ post.body }}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
Reference in New Issue
Block a user