+ Create a new post
+{% endblock %}
\ No newline at end of file
diff --git a/templates/post.html b/templates/post.html
new file mode 100644
index 0000000..5a28b2b
--- /dev/null
+++ b/templates/post.html
@@ -0,0 +1,8 @@
+{% extends 'base.html' %}
+
+{% block content %}
+
{{ post.title }}
+
{{ post.created_at.strftime('%Y-%m-%d %H:%M') }}
+
{{ post.content }}
+ Back to posts
+{% endblock %}
\ No newline at end of file
--
cgit 1.4.1-2-gfad0