From 2e50db236fa5d922bf18061140e497d6c5d0237c Mon Sep 17 00:00:00 2001 From: Medvedev Stanislav Date: Sun, 9 Jun 2024 22:17:30 +0300 Subject: =?UTF-8?q?client=5Fgeo=20=D0=BD=D0=B0=20html=20=D1=81=D1=82=D1=80?= =?UTF-8?q?=D0=B0=D0=BD=D0=B8=D1=86=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/index.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/index.html b/templates/index.html index c254629..a2e6d0b 100644 --- a/templates/index.html +++ b/templates/index.html @@ -3,9 +3,15 @@ + Document - Привет мир + Привет + {% if 'city' in client_geo %} +

{{client_geo['country']}}

+

{{client_geo['city']}}

+

{{client_geo['query']}}

+ {% endif %} \ No newline at end of file -- cgit v1.2.3