From bfd3a825c2d73bd842769cdfaf11ad0319a3bd6e Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Wed, 26 May 2021 23:58:29 +0530 Subject: added code and content --- templates/post.html | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 templates/post.html (limited to 'templates/post.html') diff --git a/templates/post.html b/templates/post.html new file mode 100644 index 0000000..596ded2 --- /dev/null +++ b/templates/post.html @@ -0,0 +1,8 @@ +{% extends "base.html" %} +{% block title %}Post{% endblock %} + +{% block body %} +
+ {{ content}} +
+{% endblock %} \ No newline at end of file -- cgit v1.2.3