From f91bc37b14ec958f67e217ffa65cdf98b8f7417d Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sat, 23 Dec 2017 16:48:25 +0100 Subject: Implement posts/show handler. --- templates/show_post.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 templates/show_post.html (limited to 'templates/show_post.html') diff --git a/templates/show_post.html b/templates/show_post.html new file mode 100644 index 0000000..5a7d806 --- /dev/null +++ b/templates/show_post.html @@ -0,0 +1,19 @@ + + + + {{ post.title }} + + +
+
+

{{ post.title }}

+
+ Edit | Publish | Delete +
+
+
+ {{ post.body }} +
+
+ + -- cgit v1.2.3