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

Profile

{% if user.is_authenticated %}

Username: {{ username }}

{% else %}

Not logged in

{% endif %} {% endblock %}