]> git.datanom.net - flask-test.git/blob - app/templates/post.html
d55ba606bf8dee0a901779ab8d5542eaeecda237
[flask-test.git] / app / templates / post.html
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.060429 seconds and 4 git commands to generate.