summaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html8
1 files changed, 7 insertions, 1 deletions
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 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <script src="https://cdn.tailwindcss.com"></script>
<title>Document</title>
</head>
<body>
- Привет мир
+ Привет
+ {% if 'city' in client_geo %}
+ <p>{{client_geo['country']}}</p>
+ <p>{{client_geo['city']}}</p>
+ <p>{{client_geo['query']}}</p>
+ {% endif %}
</body>
</html> \ No newline at end of file