]> git.datanom.net - flask-test.git/blobdiff - app/templates/post.html
First half
[flask-test.git] / app / templates / post.html
diff --git a/app/templates/post.html b/app/templates/post.html
new file mode 100644 (file)
index 0000000..d55ba60
--- /dev/null
@@ -0,0 +1,5 @@
+<table>
+    <tr valign="top">
+        <td><img src="{{ post.author.avatar(50) }}"></td><td><i>{{ post.author.nickname }} says:</i><br>{{ post.body }}</td>
+    </tr>
+</table>
This page took 0.028479 seconds and 5 git commands to generate.