diff --git a/templates/post.html b/templates/post.html new file mode 100644 index 0000000..e260040 --- /dev/null +++ b/templates/post.html @@ -0,0 +1,58 @@ +{% extends 'base.html' %} + +{% block content %} +
No comments yet. Be the first to comment!
+ {% endif %} + + {% if g.user %} + + {% else %} +Log in to leave a comment.
+ {% endif %} +