{% extends "base-page.html" %} {% block page_content %}

Keg Auth Demo

{% if current_user.is_authenticated %}

Hi {{current_user.display_value}}!

Logout. {% else %}

You probably want to head to the login page.

{% endif %} {% endblock %}