diff --git a/app.py b/app.py index 235af52..c87d6a6 100644 --- a/app.py +++ b/app.py @@ -276,6 +276,7 @@ def profile(): name=current_user.name, email=current_user.email, profile_image_url=current_user.profile_image, + title="Profil", ) diff --git a/templates/index.html b/templates/index.html index 3dda3dc..e671e80 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,8 +1,10 @@ {% extends 'layouts/main.html' %} {% block content %} -

- {{ title }}

+

+ {% if (current_user.is_authenticated) %}{% endif %} + {{ title }} +

{{ utc_dt }}