From 1cd529eec031cc7eb7d0a23fb653111bb5b9ceff Mon Sep 17 00:00:00 2001 From: Ranjan Tiwari <153839561+student-Ranjan@users.noreply.github.com> Date: Sun, 5 May 2024 10:07:50 +0530 Subject: [PATCH] added base.html --- base.html | 373 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 373 insertions(+) create mode 100644 base.html diff --git a/base.html b/base.html new file mode 100644 index 0000000..5e46248 --- /dev/null +++ b/base.html @@ -0,0 +1,373 @@ + +{% load static %} + + + + My E-mail + + + + + + + +
+
+
+ + + + +
+
+ + {% if request.session.name is None %} +
+ Welcome To My Mail +
+ {% endif %} + {% if request.session.name %} +
+ Welcome {{request.session.name}} +
+ {% endif %} +
+ {% if request.session.user %} + + {{request.session.user}} + {% endif %} +
+
+ + +
+
+ {% block a%} + + {% endblock %} +
+
+
+
+
+
+
+ +
+
+

Contact Address


+

Plot nNo-43, Behind H.P petrol Pump,
+ Tedhi Pulia Ring Rd, Sector 5,
+ Vikas Nager, Lucknow,
+ Uttar Pradesh 226022



+ + + +
+
+

+

+ Google is an organization working in both Software + Development and Software Training which aims
to + make all the specials of it's client successful.

+ +

Stay Connected


+ + + + + +

+ +
+
+
+
Design & Develop by Ranjan + Tiwari +
+
+ © Copyright : + Techpile Technology pvt. Ltd. +
+
+ + + + \ No newline at end of file