{% load static %} {% block title %}To Do List{% endblock %}
To Do List
{% if current_user%}
{{current_user.first_name}}
Çıkış Yap
{% elif current_user == none %}
Üye Ol
{% endif %}
{% block content %}{% endblock %}
{% comment %} {% endcomment %}