{% block content_title %}{% endblock content_title %}
{% block content %}{% endblock content %}
{% if session['token'] %}
Todos
Create
Logout
{% else %}
Login
Register
{% endif %}