From f8a9c42b1011f5137a9f7a61566e7e5f1df60b1a Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Thu, 3 Jun 2021 22:42:47 +0530 Subject: added base template --- app/templates/base.html | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 app/templates/base.html (limited to 'app/templates/base.html') diff --git a/app/templates/base.html b/app/templates/base.html new file mode 100644 index 0000000..1ffc560 --- /dev/null +++ b/app/templates/base.html @@ -0,0 +1,24 @@ + + + + {% block head %} + + + + Extinguish | {% block title %}{% endblock %} + {% endblock %} + + + +
{% block content %}{% endblock %}
+ + + \ No newline at end of file -- cgit v1.2.3