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/base.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 templates/base.html (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html new file mode 100644 index 0000000..0dc51e0 --- /dev/null +++ b/templates/base.html @@ -0,0 +1,19 @@ + + + + {% block head %} + + + + + Hey - {% block title %}{% endblock %} + {% endblock %} + + + {% include "header.html" %} + {% block body %}{% endblock %} + + + + + \ No newline at end of file -- cgit v1.2.3