parent
5f5ca9fda3
commit
4e9590e077
@ -1,5 +1,14 @@ |
||||
{% extends "base.html" %} |
||||
|
||||
{% 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> |
||||
{% endblock %} |
Loading…
Reference in new issue