parent
5f5ca9fda3
commit
4e9590e077
@ -1,5 +1,14 @@ |
|||||||
{% extends "base.html" %} |
{% extends "base.html" %} |
||||||
|
|
||||||
{% block content %} |
{% block content %} |
||||||
|
<div> |
||||||
|
Dildebaslar: |
||||||
|
<a href="{{ url_for('index') }}">Home</a> |
||||||
|
{% if current_user.is_anonymous %} |
||||||
|
<a href="{{ url_for('login') }}">Login</a> |
||||||
|
{% else %} |
||||||
|
<a href="{{ url_for('logout') }}">Logout</a> |
||||||
|
{% endif %} |
||||||
|
</div> |
||||||
<h1>Hi, {{ current_user.username }}!</h1> |
<h1>Hi, {{ current_user.username }}!</h1> |
||||||
{% endblock %} |
{% endblock %} |
Loading…
Reference in new issue