]> git.datanom.net - flask-test.git/blame - app/templates/post.html
First half
[flask-test.git] / app / templates / post.html
CommitLineData
db4f0ba9
MR
1<table>
2 <tr valign="top">
3 <td><img src="{{ post.author.avatar(50) }}"></td><td><i>{{ post.author.nickname }} says:</i><br>{{ post.body }}</td>
4 </tr>
5</table>
This page took 0.026282 seconds and 5 git commands to generate.