Open Menu
Kolima
{% if user.is_authenticated %}
Wellcome, {{user.username}}.
Profile
Logout
{% else %}
Sign Up
Login
{% endif %}
{% csrf_token %}
{% block sidebar %} {% endblock %}