Chapter 6

This commit is contained in:
2023-06-03 17:53:32 +02:00
parent 428e022bd4
commit 4dd7d11190
10 changed files with 184 additions and 4 deletions

10
app/templates/_post.html Normal file
View 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>