diff --git a/app/templates/header.html b/app/templates/header.html index 06a89ac..35a82c2 100644 --- a/app/templates/header.html +++ b/app/templates/header.html @@ -7,6 +7,18 @@ + + + + + {% if title %} {{title}} {% else %} Telegram Index {% endif %} @@ -15,9 +27,9 @@ -
+
- Telegram Index + tgindex {% if authenticated %} Logout {% else %} {% endif %}