{% extends "base.html" %} {% block title %}KeRS - Profile{% endblock %} {% block styles %} {% endblock %} {% block content %}

Profile

{% if user.is_authenticated %}

Username: {{ username }}

Logout {% else %}

Not logged in

Login {% endif %}
{% endblock %}