mgt c6 checkpoint

This commit is contained in:
2024-08-03 02:14:20 -07:00
parent a8068c8578
commit cdebe081c3
10 changed files with 66 additions and 2 deletions

View File

@ -0,0 +1,6 @@
<table>
<tr valign="top">
<td><img width="60" height=="60" src="data:image/png;base64,{{ user.gen_avatar(write_png=False) }}"></td>
<td>{{ post.author.username }} says:<br>{{ post.body }}</td>
</tr>
</table>